Skip to main content

xmlParserWarning

Function xmlParserWarning 

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

Default SAX v1 warning handler — upstream void xmlParserWarning(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.