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