#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlHashUpdateEntry2(
_table: *mut c_void,
_name: *const xmlChar,
_name2: *const xmlChar,
_userdata: *mut c_void,
_f: Option<unsafe extern "C" fn(*mut c_void, *mut xmlChar)>,
) -> c_intExpand description
Update or add a 2-key entry.