EQUUID
#define EQUUID(a, b) (memcmp(a, b, sizeof(struct uuid)) == 0)
#define EQUUID(a,b) (memcmp(a, b, sizeof(struct uuid)) == 0)