#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlHashAddEntry(
_table: *mut c_void,
_name: *const xmlChar,
_userdata: *mut c_void,
) -> c_intExpand description
Add an entry to a hash table.
ยงUPSTREAM-PARITY
int xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata);