Variable ParserConfig.messageFunction
An optional function used to handle warnings and errors.
struct ParserConfig
{
// ...
void function(string, ulong, ulong, string, bool) messageFunction
;
// ...
}