pub type CryptClientFn = Arc<dyn Fn() -> Channel + Send + Sync>;
pub struct CryptClientFn { /* private fields */ }