#[unsafe(no_mangle)]pub extern "C" fn xmlHashCopy(
_table: *mut c_void,
_f: Option<unsafe extern "C" fn(*mut c_void, *const xmlChar) -> *mut c_void>,
) -> *mut c_voidExpand description
Copy a hash table.
ยงUPSTREAM-PARITY
xmlHashTablePtr xmlHashCopy(xmlHashTablePtr table, xmlHashCopier f);