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