Function xmlSaveFormatFileTo

Source
pub unsafe extern "C" fn xmlSaveFormatFileTo(
    buf: xmlOutputBufferPtr,
    cur: xmlDocPtr,
    encoding: *const c_char,
    format: c_int,
) -> c_int