pub type DriverHostLauncherLaunchResult = Result<(), i32>;
enum DriverHostLauncherLaunchResult { Ok(()), Err(i32), }
Contains the success value
Contains the error value