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