pub type xmlHashCopier = Option<unsafe extern "C" fn(payload: *mut c_void, name: *const xmlChar) -> *mut c_void>;
pub enum xmlHashCopier { None, Some(unsafe extern "C" fn(*mut c_void, *const u8) -> *mut c_void), }
No value.
Some value of type T.
T