CIRCQ_FIRST
c = CIRCQ_FIRST(&cc->cc_todo);
for (c = CIRCQ_FIRST(bucket); /*nothing*/; c = CIRCQ_NEXT(&c->c_list)) {