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