Skip to main content

xmlSaveToIO

Function xmlSaveToIO 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlSaveToIO( iowrite: Option<xmlOutputWriteCallback>, ioclose: Option<xmlOutputCloseCallback>, ioctx: *mut c_void, encoding: *const c_char, options: c_int, ) -> *mut _xmlSaveCtxt
Expand description

xmlSaveCtxt *xmlSaveToIO(xmlOutputWriteCallback iowrite, xmlOutputCloseCallback ioclose, void *ioctx, const char *encoding, int options).

§SAFETY

  • The callbacks must be valid function pointers or NULL.