func reflect.FuncOf

2 uses

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