pub unsafe extern "C" fn grib_get_reduced_row_p(
    pl: c_long,
    lon_first: f64,
    lon_last: f64,
    npoints: *mut c_long,
    olon_first: *mut f64,
    olon_last: *mut f64
)