func reflect.FuncOf

2 uses

	reflect (current package)
		type.go#L608: 	mt := FuncOf(in, out, ft.IsVariadic())
		type.go#L1751: func FuncOf(in, out []Type, variadic bool) Type {