pub const MAX_COMPLETIONS_PER_EVENT: u32 = 64; // 64u32Expand description
Limit on the number of completions delivered in a single OnCompletion event to avoid
exceeding the Zircon channel message size limit (ZX_CHANNEL_MAX_MSG_BYTES = 64KB) even with
scatter-gather buffer chaining.