fn handle_auto_cfg_hide_show(cfg_info: &mut CfgInfo, attr: &CfgHideShow)Expand description
This functions updates the hidden_cfg field of the provided cfg_info argument.
Because we go through a list of cfgs, we keep track of the cfgs we saw in new_show_attrs
and in new_hide_attrs arguments.