Type Alias eccodes_sys::grib_free_proc

source ·
pub type grib_free_proc = Option<unsafe extern "C" fn(c: *const grib_context, data: *mut c_void)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.