#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlSaveToFd(
fd: c_int,
encoding: *const c_char,
options: c_int,
) -> *mut _xmlSaveCtxtExpand description
xmlSaveCtxt *xmlSaveToFd(int fd, const char *encoding, int options).
ยงSAFETY
fdmust be a valid open file descriptor.