fn _init_environment<I, S>( argv: I, handle_signals: bool, allow_core_dumps: bool, ) -> Result<()>where I: IntoIterator<Item = S>, S: AsRef<str>,
Initialize the environment (for SIMICS frontends)