Skip to main content

xmlHashAddEntry

Function xmlHashAddEntry 

Source
pub unsafe extern "C" fn xmlHashAddEntry(
    hash: *mut xmlHashTable,
    name: *const xmlChar,
    userdata: *mut c_void,
) -> c_int