Skip to main content

xmlHashRemoveEntry2

Function xmlHashRemoveEntry2 

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