func reflect.MapOf

2 uses

	reflect (current package)
		type.go#L1842: func MapOf(key, elem Type) Type {

	github.com/golang/protobuf/proto
		registry.go#L230: 			t = reflect.MapOf(kt, vt)