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