Skip to main content

xmlGenericErrorFunc

Type Alias xmlGenericErrorFunc 

Source
pub type xmlGenericErrorFunc = unsafe extern "C" fn(ctx: *mut c_void, msg: *const c_char);
Expand description

Generic error handler callback (printf-style, variadic at C call site).

ยงUPSTREAM-PARITY

This is the older error reporting mechanism. New code should use the structured error handler (xmlStructuredErrorFunc) instead.