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