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