LOOP_BOUND
_Static_assert(MAX_ENTRIES < LOOP_BOUND, "MAX_ENTRIES must be < LOOP_BOUND");
for (i = 0; i < array->map.max_entries && i < LOOP_BOUND; ++i) {