pub type xmlTextReaderErrorFunc = unsafe extern "C" fn(arg: *mut c_void, msg: *const c_char, severity: c_int, locator: *mut XmlTextReaderLocator);
Reader error callback (upstream xmlTextReaderErrorFunc).
xmlTextReaderErrorFunc