#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlTextReaderGetErrorHandler(
reader: *mut XmlTextReader,
f: *mut Option<xmlTextReaderErrorFunc>,
arg: *mut *mut c_void,
)Expand description
void xmlTextReaderGetErrorHandler(xmlTextReaderPtr reader, xmlTextReaderErrorFunc *f, void **arg).
ยงSAFETY
f/argmust be valid out-pointers or NULL.