[][src]Type Definition libxml::bindings::xmlParserInputDeallocate

type xmlParserInputDeallocate = Option<unsafe extern "C" fn(str: *mut xmlChar)>;

xmlParserInputDeallocate: @str: the string to deallocate

Callback for freeing some parser input allocations.