Skip to main content

xmlSaveToFd

Function xmlSaveToFd 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlSaveToFd( fd: c_int, encoding: *const c_char, options: c_int, ) -> *mut _xmlSaveCtxt
Expand description

xmlSaveCtxt *xmlSaveToFd(int fd, const char *encoding, int options).

ยงSAFETY

  • fd must be a valid open file descriptor.