This function should be used to set the report function for a program. The report function is used to send info, warning, error, fatal and internal error messages to the user.
In case you want to implement a specific report function see the sample implementation in the file report.c. The documentation of the function report_report describes not only the details of the sample implementation but also the implementation requests for other reporting functions.
void scriba_SetReportFunction(pSbProgram pProgram,
void *fpReportFunction
){