ngtcp2_path_copy ================ Synopsis -------- *#include * .. function:: void ngtcp2_path_copy(ngtcp2_path *dest, const ngtcp2_path *src) `ngtcp2_path_copy` copies *src* into *dest*. This function assumes that *dest* has enough buffer to store the deep copy of :member:`src->local ` and :member:`src->remote `.