Skip to main content

xmlHashCopier

Type Alias xmlHashCopier 

Source
pub type xmlHashCopier = unsafe extern "C" fn(payload: *mut c_void, name: *const xmlChar) -> *mut c_void;
Expand description

Copier function for hash table entries.

Called when copying a hash table. Returns a copy of the payload.