pub type readstat_error_handler = Option<unsafe extern "C" fn(error_message: *const c_char, ctx: *mut c_void)>;
pub enum readstat_error_handler { None, Some(unsafe extern "C" fn(*const i8, *mut c_void)), }
No value.
Some value of type T.
T