pub type xmlParserInputDeallocate = Option<unsafe extern "C" fn(str_: *mut xmlChar)>;
pub enum xmlParserInputDeallocate { None, Some(unsafe extern "C" fn(*mut u8)), }
No value.
Some value of type T.
T