pub type xmlListDeallocator = Option<unsafe extern "C" fn(lk: xmlLinkPtr)>;
pub enum xmlListDeallocator { None, Some(unsafe extern "C" fn(*mut _xmlLink)), }
No value.
Some value of type T.
T