pub type xmlStructuredErrorFunc = unsafe extern "C" fn(ctx: *mut c_void, error: *const _xmlError);Expand description
Structured error handler callback.
Called with a pointer to the error structure. The error structure is valid only during the callback invocation.