The nng_url_clone()
makes a clone of the original URL structure orig, and
saves the result in the location pointed by dup.
This clone includes fully duplicating each of the member fields.
The new
nng_url
structure can be disposed of
using
nng_url_free()
when it is no longer needed.