pub type xmlHashScanner = Option<unsafe extern "C" fn(payload: *mut c_void, data: *mut c_void, name: *const xmlChar)>;Expand description
Callback when scanning data in a hash with the simple scanner.
@param payload the data in the hash @param data extra scanner data @param name the name associated
Aliased Type§
pub enum xmlHashScanner {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut c_void, *const u8)),
}