#[unsafe(no_mangle)]pub extern "C" fn milo_error_description_string(
parser: *mut Parser,
) -> CStringWithLengthExpand description
Returns the current parser’s error descrition.
The returned value must be freed using free_string.
#[unsafe(no_mangle)]pub extern "C" fn milo_error_description_string(
parser: *mut Parser,
) -> CStringWithLengthReturns the current parser’s error descrition.
The returned value must be freed using free_string.