Type Definition libxml::bindings::xmlHashCopier

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

xmlHashCopier: @payload: the data in the hash @name: the name associated

Callback to copy data from a hash.

Returns a copy of the data or NULL in case of error.