Skip to main content

xmlHashCopy

Function xmlHashCopy 

Source
#[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_void
Expand description

Copy a hash table.

ยงUPSTREAM-PARITY

xmlHashTablePtr xmlHashCopy(xmlHashTablePtr table, xmlHashCopier f);