Type Definition libxml::bindings::xmlParserInputDeallocate [−][src]
type xmlParserInputDeallocate = Option<unsafe extern "C" fn(str: *mut xmlChar)>;
xmlParserInputDeallocate: @str: the string to deallocate
Callback for freeing some parser input allocations.