UUID_STEP
#define UUID_ALL_BITS (UUID_SIZE / UUID_STEP)
for (i = 0, ones = 0, zeros = 0; i < UUID_SIZE; i += UUID_STEP) {