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