Type Definition eccodes_sys::grib_data_eof_proc[][src]

pub type grib_data_eof_proc = Option<unsafe extern "C" fn(c: *const grib_context, stream: *mut c_void) -> c_int>;
Expand description

Grib data eof, format of a procedure referenced in the context that is used to test end of file

@param c : the context where the tell will apply @param stream : the stream @return the position in the stream