Function eccodes_sys::grib_multi_handle_write
source · pub unsafe extern "C" fn grib_multi_handle_write(
mh: *mut grib_multi_handle,
f: *mut FILE
) -> c_intExpand description
Write a multi-field handle in a file. Remember to delete the multi handle when it is not needed anymore to avoid memory leaks.
@param mh : The multi field handle to be written. @param f : File on which the file handle is written. @return 0 if OK, integer value on error