[][src]Function libxslt::bindings::xmlTextReaderSetErrorHandler

pub unsafe extern "C" fn xmlTextReaderSetErrorHandler(
    reader: *mut _xmlTextReader,
    f: Option<unsafe extern "C" fn(*mut c_void, *const i8, u32, *mut c_void)>,
    arg: *mut c_void
)