pub type xmlHashCopier = unsafe extern "C" fn(payload: *mut c_void, name: *const xmlChar) -> *mut c_void;
Copier function for hash table entries.
Called when copying a hash table. Returns a copy of the payload.