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