def apply_recursive(cfg: C, func: Callable[[C], None]) -> None
Apply func recursively to all DictConfig in cfg.
Source: laco/utils.py:177