pub type xmlHashScannerFull = Option<unsafe extern "C" fn(payload: *mut c_void, data: *mut c_void, name: *const xmlChar, name2: *const xmlChar, name3: *const xmlChar)>;Aliased Type§
pub enum xmlHashScannerFull {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut c_void, *const u8, *const u8, *const u8)),
}