Parse Progress Callback
A function that is called during parsing.
The first argument contains the current byte offset and the second argument indicates whether the parser has encountered an error.
If the function returns false, parsing will halt early.
Since
0.25.0