Function eccodes_sys::codes_grib_multi_handle_new[][src]

pub unsafe extern "C" fn codes_grib_multi_handle_new(
    c: *mut codes_context
) -> *mut codes_multi_handle
Expand description

Create an empty multi-field GRIB handle. 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 c : the context from which the handle will be created (NULL for default context)