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