#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlRecoverFile(
filename: *const c_char,
) -> *mut _xmlDocExpand description
Recover-parse a document from a file (upstream parser.h).
§UPSTREAM-PARITY
xmlDocPtr xmlRecoverFile(const char *filename);