Skip to main content

xmlHashFree

Function xmlHashFree 

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

Free a hash table.

ยงUPSTREAM-PARITY

void xmlHashFree(xmlHashTablePtr table, xmlHashDeallocator f);