uuid_private
struct uuid_private uuid;
struct uuid_private *id;
id = (struct uuid_private *)uuid;
CTASSERT(sizeof(struct uuid_private) == 16);
static struct uuid_private uuid_last;