xmlHashAddEntry2

Function xmlHashAddEntry2 

Source
pub unsafe extern "C" fn xmlHashAddEntry2(
    table: xmlHashTablePtr,
    name: *const xmlChar,
    name2: *const xmlChar,
    userdata: *mut c_void,
) -> c_int