fn parse_check_cfg(
    it: impl Iterator<Item = impl AsRef<str>>
) -> CargoResult<Option<(bool, bool, bool, bool)>>