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