#[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);