hints_apply_cfg
int hints_apply_cfg(struct iter_hints* hints, struct config_file* cfg);
!hints_apply_cfg(ctx->env->hints, cfg))
!hints_apply_cfg(daemon->env->hints, daemon->cfg))
if(!hints_apply_cfg(ct->hints, newcfg)) {
int hints_apply_cfg(struct iter_hints* hints, struct config_file* cfg);
!hints_apply_cfg(ctx->env->hints, cfg))
if(!hints || !hints_apply_cfg(hints, cfg)) {