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