pub type codes_log_proc = Option<unsafe extern "C" fn(c: *const codes_context, level: c_int, mesg: *const c_char)>;
pub enum codes_log_proc { None, Some(unsafe extern "C" fn(*const grib_context, i32, *const i8)), }
No value.
Some value of type T.
T