Skip to main content

xmlTextReaderErrorFunc

Type Alias xmlTextReaderErrorFunc 

Source
pub type xmlTextReaderErrorFunc = unsafe extern "C" fn(arg: *mut c_void, msg: *const c_char, severity: c_int, locator: *mut XmlTextReaderLocator);
Expand description

Reader error callback (upstream xmlTextReaderErrorFunc).