pub type xmlStrdupFunc = Option<unsafe extern "C" fn(str_: *const c_char) -> *mut c_char>;
pub enum xmlStrdupFunc { None, Some(unsafe extern "C" fn(*const i8) -> *mut i8), }
No value.
Some value of type T.
T