Function eccodes_sys::codes_handle_clone[][src]

pub unsafe extern "C" fn codes_handle_clone(
    h: *const codes_handle
) -> *mut codes_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