Type Definition SyncCryptoStorePtr
sp_keystore
type SyncCryptoStorePtr = Arc<dyn SyncCryptoStore>;
A pointer to a keystore.