Skip to main content

xmlHashRemoveEntry

Function xmlHashRemoveEntry 

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