xmlParserInputDeallocate

Type Alias xmlParserInputDeallocate 

Source
pub type xmlParserInputDeallocate = Option<unsafe extern "C" fn(str_: *mut xmlChar)>;

Aliased Type§

pub enum xmlParserInputDeallocate {
    None,
    Some(unsafe extern "C" fn(*mut u8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.