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§
pub enum xmlParserInputDeallocate {
None,
Some(unsafe extern "C" fn(*mut u8)),
}