func reflect.FuncOf

2 uses

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