#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlSAXParseFile(
sax: *mut _xmlSAXHandler,
filename: *const c_char,
recovery: c_int,
) -> *mut _xmlDocExpand description
Parse an XML file (SAX1).
ยงUPSTREAM-PARITY
xmlDocPtr xmlSAXParseFile(xmlSAXHandlerPtr sax, const char *filename, int recovery);