[][src]Type Definition libxslt::bindings::xmlHashScanner

type xmlHashScanner = Option<unsafe extern "C" fn(*mut c_void, *mut c_void, *mut u8)>;

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.