#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlReadFile(
URL: *const c_char,
encoding: *const c_char,
options: c_int,
) -> *mut _xmlDocExpand description
Read an XML document from a file.
ยงUPSTREAM-PARITY
xmlDocPtr xmlReadFile(const char *URL, const char *encoding, int options);