Type Definition eccodes_sys::grib_data_write_proc[][src]

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

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

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