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