#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlSaveSetAttrEscape(
ctxt: *mut _xmlSaveCtxt,
escape: Option<xmlCharEncodingOutputFunc>,
) -> c_intExpand description
int xmlSaveSetAttrEscape(xmlSaveCtxt *ctxt, xmlCharEncodingOutputFunc escape).
ยงSAFETY
ctxtmust be a valid save context.