Skip to main content

xmlHashUpdateEntry2

Function xmlHashUpdateEntry2 

Source
pub unsafe extern "C" fn xmlHashUpdateEntry2(
    hash: *mut xmlHashTable,
    name: *const xmlChar,
    name2: *const xmlChar,
    userdata: *mut c_void,
    dealloc: xmlHashDeallocator,
) -> c_int