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