pub fn open_secrets_store(
name: &str,
url: &str,
maybe_remote_url: Option<&str>,
node_id: &str,
autolock_timeout: Duration,
event_hub: Arc<dyn EventHub>,
) -> SecretStoreResult<(Arc<dyn SecretsStore>, Option<Arc<SyncBlockStore>>)>