xmlStructuredErrorFunc

Type Alias xmlStructuredErrorFunc 

Source
pub type xmlStructuredErrorFunc = Option<unsafe extern "C" fn(userData: *mut c_void, error: xmlErrorPtr)>;

Aliased Type§

pub enum xmlStructuredErrorFunc {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut _xmlError)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *mut _xmlError))

Some value of type T.