hints_create
struct iter_hints* hints_create(void);
if(!(ctx->env->hints = hints_create()) ||
if(!(daemon->env->hints = hints_create()) ||
if(!(ct->hints = hints_create())) {
struct iter_hints* hints_create(void);
if(!(ctx->env->hints = hints_create()) ||
struct iter_hints* hints = hints_create();