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.