macro_rules! dispatch_k { ($k:expr, $func:ident $(, $arg:expr)*) => { ... }; }
Dispatch macro: calls $func::($($arg),*) for the given runtime k value. Only odd values in [1, 63] are supported (de Bruijn graph convention).