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