pub unsafe fn set_structured_error_func(
ctx: *mut c_void,
handler: Option<xmlStructuredErrorFunc>,
)Expand description
Set the structured error handler (thread-local, upstream 2.15).
ยงSAFETY
handlermust be a valid function pointer or NULL.