#[unsafe(no_mangle)]pub unsafe extern "C" fn htmlSaveFile(
filename: *const c_char,
cur: *mut _xmlDoc,
) -> c_intExpand description
Same as htmlSaveFileFormat with encoding set to NULL and format set
to 1.
§UPSTREAM-PARITY
int htmlSaveFile(const char *filename, xmlDoc *cur);