pub unsafe extern "C" fn codes_grib_get_data(
    h: *const codes_handle,
    lats: *mut f64,
    lons: *mut f64,
    values: *mut f64
) -> c_int