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