Skip to main content

xmlHashScanFull

Function xmlHashScanFull 

Source
#[unsafe(no_mangle)]
pub extern "C" fn xmlHashScanFull( _table: *mut c_void, _f: Option<unsafe extern "C" fn(*mut c_void, *const xmlChar, *mut c_void, *mut c_void)>, _data: *mut c_void, )
Expand description

Scan a hash table with a full scanner function.