Skip to main content

xmlHashRemoveEntry3

Function xmlHashRemoveEntry3 

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