pub type grib_data_seek_proc = Option<unsafe extern "C" fn(c: *const grib_context, offset: off_t, whence: c_int, stream: *mut c_void) -> off_t>;Aliased Type§
pub enum grib_data_seek_proc {
None,
Some(unsafe extern "C" fn(*const grib_context, i64, i32, *mut c_void) -> i64),
}