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