pub type TlsAlpn01DataLock = Arc<RwLock<Option<(Arc<CertifiedKey>, String)>>>;
pub struct TlsAlpn01DataLock { /* private fields */ }