const Q_CHANNEL_COUNT: usize = 32;
Number of q* channels we snapshot/restore between vertices. MilkDrop 2 exposes q1..q32; the underlying MilkContext reserves 64 slots but only the first 32 are user-facing.
q*
q1..q32
MilkContext