pre-RFC `const` function arguments

Per this pre-RFC const function arguments desugar into generic functions with const-generic parameters, that is, the tuple being passed to std::ops::Fn::call does not contain a const in it.