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