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