#[unsafe(no_mangle)]pub unsafe extern "C" fn asdf_parser_has_error( parser: *const AsdfParser, ) -> bool
Whether the parser has recorded an error.
parser must be null or a valid handle.
parser