pub type NativeWebRTCMessageHandler = Arc<dyn Fn(Bytes) -> BoxFuture<'static, ()> + Send + Sync>;
pub struct NativeWebRTCMessageHandler { /* private fields */ }