xmlListDeallocator

Type Alias xmlListDeallocator 

Source
pub type xmlListDeallocator = Option<unsafe extern "C" fn(lk: xmlLinkPtr)>;

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.