Skip to main content

xmlTextWriterWriteComment

Function xmlTextWriterWriteComment 

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

Write a comment.

§UPSTREAM-PARITY

int xmlTextWriterWriteComment(xmlTextWriterPtr writer, const xmlChar *content);

§SAFETY

  • writer must be a valid pointer to an XmlTextWriter or NULL.
  • content must be a valid null-terminated xmlChar string or NULL.