Function eccodes_sys::codes_grib_multi_handle_write[][src]

pub unsafe extern "C" fn codes_grib_multi_handle_write(
    mh: *mut codes_multi_handle,
    f: *mut FILE
) -> c_int
Expand description

Write a multi-field GRIB handle in a file. This is only applicable to GRIB edition 2. Remember always to delete the multi-handle when it is not needed any more to avoid memory leaks.

@param mh : The multi-field GRIB handle to be written. @param f : File on which the file handle is written. @return 0 if OK, integer value on error