Skip to main content

xmlSetStructuredErrorFunc

Function xmlSetStructuredErrorFunc 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlSetStructuredErrorFunc( ctx: *mut c_void, handler: Option<xmlStructuredErrorFunc>, )
Expand description

Set the structured error handler.

§UPSTREAM-PARITY

void xmlSetStructuredErrorFunc(void *ctx, xmlStructuredErrorFunc handler);

§SAFETY

  • handler must be a valid function pointer or NULL.