Function set_structured_error_func
Source pub unsafe fn set_structured_error_func(
ctx: *mut c_void,
handler: Option<xmlStructuredErrorFunc>,
)
Expand description
Set the structured error handler.
ยงSAFETY
handler must be a valid function pointer or NULL.