pub unsafe extern "C" fn xmlSAXParseFile(
    sax: xmlSAXHandlerPtr,
    filename: *const c_char,
    recovery: c_int
) -> xmlDocPtr