#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlHashAddEntry2(
table: *mut c_void,
name: *const xmlChar,
name2: *const xmlChar,
userdata: *mut c_void,
) -> c_intExpand description
Add a 2-key entry.
§UPSTREAM-PARITY
int xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name,
const xmlChar *name2, void *userdata);