Type Definition libxml::bindings::xmlHashDeallocator

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

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

Callback to free data from a hash.