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