pub type errorSAXFunc = unsafe extern "C" fn(ctx: *mut c_void, msg: *const c_char);
Callback for errors (printf-style, variadic at C call site).