pub type Cr50CcdOpenResult = Result<(Cr50Rc, Option<ClientEnd<PhysicalPresenceNotifierMarker>>), i32>;
enum Cr50CcdOpenResult { Ok((Cr50Rc, Option<ClientEnd<PhysicalPresenceNotifierMarker>>)), Err(i32), }
Contains the success value
Contains the error value