Type Definition eccodes_sys::grib_data_read_proc[][src]

type grib_data_read_proc = Option<unsafe extern "C" fn(c: *const grib_context, ptr: *mut c_void, size: size_t, stream: *mut c_void) -> size_t>;
Expand description

Grib data read proc, format of a procedure referenced in the context that is used to read from a stream in a resource

@param c : the context where the read will apply @param ptr : the resource @param size : size to read @param stream : the stream @return size read