pub type SyncAuthSigner = Arc<dyn Fn(SyncRequestToSign) -> Result<BTreeMap<String, String>, String> + Send + Sync>;
pub struct SyncAuthSigner { /* private fields */ }