Function hash_add_entry2
Source pub unsafe fn hash_add_entry2(
table: *mut HashTable,
name: *const xmlChar,
name2: *const xmlChar,
userdata: *mut c_void,
) -> c_int
Expand description
Add an entry with two keys.
§UPSTREAM-PARITY
int xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name,
const xmlChar *name2, void *userdata);
§SAFETY
Same as hash_add_entry with an additional key.