#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlTextWriterEndDocument( writer: *mut XmlTextWriter, ) -> c_int
End an XML document.
Flushes any pending output and writes a final newline if indentation is enabled.
int xmlTextWriterEndDocument(xmlTextWriterPtr writer);
writer
XmlTextWriter