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