Skip to main content

xmlTextWriterEndComment

Function xmlTextWriterEndComment 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlTextWriterEndComment( writer: *mut XmlTextWriter, ) -> c_int
Expand description

End a comment.

§UPSTREAM-PARITY

int xmlTextWriterEndComment(xmlTextWriterPtr writer);

§SAFETY

  • writer must be a valid pointer to an XmlTextWriter or NULL.