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