pub const EVENT_BITS: u32 = 16;Expand description
Number of low-order bits in a packed_event_seq reserved for
the per-transaction event_idx. A transaction may emit up to
1 << EVENT_BITS events without colliding with the next
transaction’s packed range.