pub type xmlListDeallocator = Option<unsafe extern "C" fn(lk: xmlLinkPtr)>;Expand description
xmlListDeallocator: @lk: the data to deallocate
Callback function used to free data from a list.
Aliased Type§
enum xmlListDeallocator {
None,
Some(unsafe extern "C" fn(_: *mut _xmlLink)),
}