pub type OnIceCandidate = Box<dyn FnMut(IceCandidate) + Send + Sync>;
pub struct OnIceCandidate(/* private fields */);