Skip to main content

xmlHashUpdateEntry

Function xmlHashUpdateEntry 

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