pub fn init_config_file( source: &PyOxidizerSource, project_dir: &Path, code: Option<&str>, pip_install: &[&str], ) -> Result<()>
Initialize a PyOxidizer configuration file in a given directory.