pub fn install<S, P>( client: &Client, platform: &ArtifactsPlatform, version: S, path: P, ) -> Result<(), Box<dyn Error>>where S: AsRef<str>, P: AsRef<Path>,
Downloads and installs the given installation version to the given directory path.