#[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_intExpand description
Remove an entry.
ยงUPSTREAM-PARITY
int xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name,
xmlHashDeallocator f);