Skip to main content

xmlSaveSetEscape

Function xmlSaveSetEscape 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlSaveSetEscape( ctxt: *mut _xmlSaveCtxt, escape: Option<xmlCharEncodingOutputFunc>, ) -> c_int
Expand description

int xmlSaveSetEscape(xmlSaveCtxt *ctxt, xmlCharEncodingOutputFunc escape).

ยงSAFETY

  • ctxt must be a valid save context.