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