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