Function eccodes_sys::grib_handle_clone[][src]

pub unsafe extern "C" fn grib_handle_clone(
    h: *const grib_handle
) -> *mut grib_handle
Expand description

Clone an existing handle using the context of the original handle, The message is copied and reparsed

@param h : The handle to be cloned @return the new handle, NULL if the message is invalid or a problem is encountered