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