Skip to main content

xmlHashRemoveEntry

Function xmlHashRemoveEntry 

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

Remove an entry.

ยงUPSTREAM-PARITY

int xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name,
                       xmlHashDeallocator f);