pub type OnConnectionStateChangeHdlrFn = Box<dyn FnMut(RTCPeerConnectionState) -> Pin<Box<dyn Future<Output = ()> + Send>> + Sync + Send>;
pub struct OnConnectionStateChangeHdlrFn(/* private fields */);