Type Alias xmlParserInputDeallocate

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

xmlParserInputDeallocate: @str: the string to deallocate

Callback for freeing some parser input allocations.

Aliased Type§

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.