HashIter_Init
HashIter_Init(&hi, &a->members);
HashIter_Init(&hi, tbl);
HashIter_Init(hi, &set->tbl);
HashIter_Init(&hi, &cached_realpaths);
HashIter_Init(&hi, &guards);
HashIter_Init(&hi, &scope->vars);
HashIter_Init(&hi, &scope->vars);
HashIter_Init(&hi, &SCOPE_GLOBAL->vars);