xmlSaveToIO

Function xmlSaveToIO 

Source
pub unsafe extern "C" fn xmlSaveToIO(
    iowrite: xmlOutputWriteCallback,
    ioclose: xmlOutputCloseCallback,
    ioctx: *mut c_void,
    encoding: *const c_char,
    options: c_int,
) -> xmlSaveCtxtPtr