unsafe fn erased_send_future<F>( f: F, ) -> impl Future<Output = Payload> + Send + 'staticwhere F: Future + Send,