Function eccodes_sys::grib_get_size[][src]

pub unsafe extern "C" fn grib_get_size(
    h: *const grib_handle,
    key: *const c_char,
    size: *mut size_t
) -> c_int
Expand description

Get the number of coded value from a key, if several keys of the same name are present, the total sum is returned

@param h : the handle to get the offset from @param key : the key to be searched @param size : the address of a size_t where the size will be set @return 0 if OK, integer value on error