Skip to main content

xmlTextReaderGetErrorHandler

Function xmlTextReaderGetErrorHandler 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlTextReaderGetErrorHandler( reader: *mut XmlTextReader, f: *mut Option<xmlTextReaderErrorFunc>, arg: *mut *mut c_void, )
Expand description

void xmlTextReaderGetErrorHandler(xmlTextReaderPtr reader, xmlTextReaderErrorFunc *f, void **arg).

§SAFETY

  • f/arg must be valid out-pointers or NULL.