pub unsafe extern "C" fn xmlCreateIOParserCtxt(
sax: xmlSAXHandlerPtr,
user_data: *mut c_void,
ioread: xmlInputReadCallback,
ioclose: xmlInputCloseCallback,
ioctx: *mut c_void,
enc: xmlCharEncoding,
) -> xmlParserCtxtPtrpub unsafe extern "C" fn xmlCreateIOParserCtxt(
sax: xmlSAXHandlerPtr,
user_data: *mut c_void,
ioread: xmlInputReadCallback,
ioclose: xmlInputCloseCallback,
ioctx: *mut c_void,
enc: xmlCharEncoding,
) -> xmlParserCtxtPtr