pub unsafe extern "C" fn grib_set_bytes(
    h: *mut grib_handle,
    key: *const c_char,
    bytes: *const c_uchar,
    length: *mut usize
) -> c_int