Skip to main content

xmlTextWriterStartComment

Function xmlTextWriterStartComment 

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

Start a comment.

§UPSTREAM-PARITY

int xmlTextWriterStartComment(xmlTextWriterPtr writer);

§SAFETY

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