pub unsafe extern "C" fn grib_index_get_double(
    index: *const grib_index,
    key: *const c_char,
    values: *mut f64,
    size: *mut usize
) -> c_int