1 2 3 4 5 6 7 8 9 10
syntax="proto3"; package NBlockCodecs.NFuzz; message TPackUnpackCase { bool Packed = 1; uint32 BufferLength = 2; string CodecName = 3; bytes Data = 4; }