Type Definition libxml::bindings::xmlHashDeallocator[][src]

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

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

Callback to free data from a hash.