Skip to main content

xmlGenericError

Static xmlGenericError 

Source
#[unsafe(no_mangle)]
pub static mut xmlGenericError: Option<xmlGenericErrorFunc>
Expand description

xmlGenericErrorFunc xmlGenericError — the generic error callback.

Upstream defaults to xmlGenericErrorDefaultFunc (a variadic stderr printer, error.c); the candidate’s shim below reproduces it, so a freshly-initialized library routes errors to stderr exactly like upstream.