pub(crate) fn run_cargo_check_with_environment( name: &str, cargo_args: &[&str], crates_dir: &Path, environment: &[(&str, &OsStr)], ) -> bool