[][src]Type Definition libxslt::bindings::xmlHashCopier

type xmlHashCopier = Option<unsafe extern "C" fn(*mut c_void, *mut u8) -> *mut c_void>;

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.