pub unsafe extern "C" fn grib_set_long_array(
    h: *mut grib_handle,
    key: *const c_char,
    vals: *const c_long,
    length: usize
) -> c_int