Function libxml::bindings::xmlHashRemoveEntry3[][src]

pub unsafe extern "C" fn xmlHashRemoveEntry3(
    table: xmlHashTablePtr,
    name: *const xmlChar,
    name2: *const xmlChar,
    name3: *const xmlChar,
    f: xmlHashDeallocator
) -> c_int