pub type xmlStructuredErrorFunc = Option<unsafe extern "C" fn(userData: *mut c_void, error: xmlErrorPtr)>;
pub enum xmlStructuredErrorFunc { None, Some(unsafe extern "C" fn(*mut c_void, *mut _xmlError)), }
No value.
Some value of type T.
T