snprintf_uuid
snprintf_uuid(buf, sizeof(buf), uuid);
snprintf_uuid(buf, sizeof(buf), uuid);
snprintf_uuid(uuid_buf,
snprintf_uuid(uuid_buf,
snprintf_uuid(uuid_buf, sizeof(uuid_buf),
snprintf_uuid(uuid_buf, sizeof(uuid_buf),
int snprintf_uuid(char *, size_t, struct uuid *);
snprintf_uuid(buf, sizeof(buf), &uuid); /* takes non-const uuid */
snprintf_uuid(buf1, sizeof(buf1), uuid1);
snprintf_uuid(buf2, sizeof(buf2), uuid2);