kwargs are passed around everywhere except in `Function.get_sql`. I've implemented a parameter wrapper to ensure I can build parametrized queries, but this doesn't work on functions because of this simple issue. https://github.com/kayak/pypika/blob/master/pypika/terms.py#L1336