pub type BoxSwarmHandleFn<SS, R> = Box<dyn Fn(Swarm, SwarmEvent, SS) -> BoxFuture<'static, R> + Send>;
struct BoxSwarmHandleFn<SS, R>(/* private fields */);