pub type xmlStructuredErrorFunc = Option<unsafe extern "C" fn(userData: *mut c_void, error: *const xmlError)>;Expand description
Structured error callback receiving an xmlError.
@param userData user provided data for the error callback @param error the error being raised
Aliased Type§
pub enum xmlStructuredErrorFunc {
None,
Some(unsafe extern "C" fn(*mut c_void, *const _xmlError)),
}