Skip to main content

set_structured_error_func

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 (thread-local, upstream 2.15).

ยงSAFETY

  • handler must be a valid function pointer or NULL.