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