func reflect.FuncOf

2 uses

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