Skip to main content

xmlTextWriterStartPI

Function xmlTextWriterStartPI 

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

Start a processing instruction.

§UPSTREAM-PARITY

int xmlTextWriterStartPI(xmlTextWriterPtr writer, const xmlChar *target);

§SAFETY

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