Shawn
fun <T> sendFoos( foo: Foo, bar: Bar, baz: Baz): String? where T : Qux, T : Norf { return sendFoosImpl(foo, bar, baz) }