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