pub type xmlHashDeallocator = Option<unsafe extern "C" fn(payload: *mut c_void, name: *const xmlChar)>;Expand description
xmlHashDeallocator: @payload: the data in the hash @name: the name associated
Callback to free data from a hash.
Aliased Type§
enum xmlHashDeallocator {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *const u8)),
}