Function eccodes_sys::grib_multi_handle_new[][src]

pub unsafe extern "C" fn grib_multi_handle_new(
    c: *mut grib_context
) -> *mut grib_multi_handle
Expand description

Create an empty multi-field handle. Remember always to delete the multi handle when it is not needed anymore to avoid memory leaks.

@param c : the context from which the handle will be created (NULL for default context)