Type Definition libxml::bindings::xmlHashScanner

source ·
pub type xmlHashScanner = Option<unsafe extern "C" fn(payload: *mut c_void, data: *mut c_void, name: *mut xmlChar)>;
Expand description

xmlHashScanner: @payload: the data in the hash @data: extra scannner data @name: the name associated

Callback when scanning data in a hash with the simple scanner.