Function libxml::bindings::xmlHashUpdateEntry[][src]

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