Skip to main content

xmlTextReaderSetErrorHandler

Function xmlTextReaderSetErrorHandler 

Source
#[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

  • f must be a valid callback or NULL.