import "google.golang.org/protobuf/internal/fuzztest"
Package fuzztest contains a common fuzzer test.
fuzztest.go
func Test(t *testing.T, fuzz func(b []byte) int)
Test executes a fuzz function for every entry in the corpus.