pub type LogitMask<'a> = &'a mut dyn FnMut(&mut [f32]);
Zeroes out logits a caller wants to forbid, in place, before the sampler looks at them. Used by JSON-object mode to keep generation inside the grammar.