pub type ServerConfigProvider = Arc<dyn Fn(ClientHello<'_>) -> Pin<Box<dyn Future<Output = Result<Arc<ServerConfig>, Error>> + Send>> + Send + Sync>;
pub struct ServerConfigProvider { /* private fields */ }