Skip to main content

xmlListDeallocator

Type Alias xmlListDeallocator 

Source
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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _xmlLink))

Some value of type T.