func IsProto3(file *google_protobuf.FileDescriptorProto) bool { return file.GetSyntax() == "proto3" }
func NotInPackageGoogleProtobuf(file *descriptor.FileDescriptorProto) bool { return !strings.HasPrefix(file.GetPackage(), "google.protobuf") }