buf_redux
macro_rules! flush_amt { ($n:expr) => { ... }; () => { ... }; }
Shorthand for return FlushAmt(n) or return FlushAmt(0) (empty invocation)
return FlushAmt(n)
return FlushAmt(0)