[][src]Type Definition libxslt::bindings::xmlStructuredErrorFunc

type xmlStructuredErrorFunc = Option<unsafe fn(*mut c_void, *mut _xmlError)>;

xmlStructuredErrorFunc: @userData: user provided data for the error callback @error: the error being raised.

Signature of the function to use when there is an error and the module handles the new error reporting mechanism.