Skip to main content

xmlOutputBufferWriteEscape

Function xmlOutputBufferWriteEscape 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlOutputBufferWriteEscape( out: *mut _xmlOutputBuffer, str: *const xmlChar, escaping: Option<xmlCharEncodingOutputFunc>, ) -> c_int
Expand description

Write to an output buffer, escaping special characters with the given escape function (upstream xmlOutputBufferWriteEscape).

§SAFETY

  • out must be a valid output buffer; str a NUL-terminated string; escaping a valid escape callback or NULL.