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