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