#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlTextReaderSetErrorHandler(
reader: *mut XmlTextReader,
f: Option<xmlTextReaderErrorFunc>,
arg: *mut c_void,
)Expand description
int xmlTextReaderSetErrorHandler(xmlTextReaderPtr reader, xmlTextReaderErrorFunc f, void *arg).
ยงSAFETY
fmust be a valid callback or NULL.