pub unsafe fn set_generic_error_func(
ctx: *mut c_void,
handler: Option<xmlGenericErrorFunc>,
)Expand description
Set the generic error handler.
ยงSAFETY
handlermust be a valid function pointer or NULL (to reset to default).- If non-NULL, the handler may be called at any time with
ctx.