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