Type Alias eccodes_sys::grib_malloc_proc

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.