A workaround would be the following. Note that the main drawback is that you ll lose Column auto-complete because evaluate bag_unpack() hasn't a fixed schema.
SecurityEvent
| limit 10
| extend packed = pack_all()
| project-keep packed
| evaluate bag_unpack(packed, "myprefix")