uuid_create
void uuid_create(uuid_t *, uint32_t *);
if (uuid_create(&uuid) < 0) {
static int uuid_create(struct uuid *);