#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlSaveFormatFile(
filename: *const c_char,
cur: *mut _xmlDoc,
format: c_int,
) -> c_intExpand description
Save a document to a file with format.
ยงUPSTREAM-PARITY
int xmlSaveFormatFile(const char *filename, xmlDocPtr cur, int format);