Function xmlHashUpdateEntry

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