Skip to main content

xmlParserValidityError

Function xmlParserValidityError 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlParserValidityError() -> c_int
Expand description

Default validity error handler — upstream void xmlParserValidityError(void *ctx, const char *msg, ...). Variadic shim as xmlParserError.

§SAFETY

  • ctx may be NULL (unused by the candidate’s legacy path).
  • msg must be a valid NUL-terminated printf format string.