Skip to main content

xmlSaveSetAttrEscape

Function xmlSaveSetAttrEscape 

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

int xmlSaveSetAttrEscape(xmlSaveCtxt *ctxt, xmlCharEncodingOutputFunc escape).

§SAFETY

  • ctxt must be a valid save context.