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