UUID_TYPE
#define UUID_STEP sizeof(UUID_TYPE)
#define UUID_GET(base, off) (*(UUID_TYPE *)((base) + (off)))
UUID_TYPE n;