pub type ConnectionOpenObserver = Arc<dyn Fn(u64, u64) + Send + Sync>;
pub struct ConnectionOpenObserver { /* private fields */ }