pub type grib_free_proc = Option<unsafe extern "C" fn(c: *const grib_context, data: *mut c_void)>;
pub enum grib_free_proc { None, Some(unsafe extern "C" fn(*const grib_context, *mut c_void)), }
No value.
Some value of type T.
T