Skip to main content

xmlTextReaderSetStructuredErrorHandler

Function xmlTextReaderSetStructuredErrorHandler 

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

void xmlTextReaderSetStructuredErrorHandler(xmlTextReaderPtr reader, xmlStructuredErrorFunc f, void *arg).