| Updated: October 28, 2024 | 
Copy a GUID value into the current instance
#include <pips/pips.h>
pips_guid_t* pips_guid_copy(pips_guid_t *dest,
                            const pips_guid_t *const src)
This function copies the GUID value from the given source instance into the current pips_guid_t instance, which is represented in dest.
On success, a pointer to the current GUID instance containing an updated value. On error, NULL (errno is set).