[−][src]Type Definition libxslt::bindings::xmlTextReaderErrorFunc
type xmlTextReaderErrorFunc = Option<unsafe extern "C" fn(*mut c_void, *const i8, u32, *mut c_void)>;
xmlTextReaderErrorFunc: @arg: the user argument @msg: the message @severity: the severity of the error @locator: a locator indicating where the error occured
Signature of an error callback from a reader parser