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