pub type grib_data_tell_proc = Option<unsafe extern "C" fn(c: *const grib_context, stream: *mut c_void) -> off_t>;

Aliased Type§

enum grib_data_tell_proc {
    None,
    Some(unsafe extern "C" fn(_: *const grib_context, _: *mut c_void) -> i64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const grib_context, _: *mut c_void) -> i64)

Some value of type T.