Go functions for Protobuf Encoding/decoding integrated with C
protoc --go_out=. Student.proto
go build -o student.so -buildmode=c-shared Student.pb.go student_en_dc.go
gcc -o student student_cgo.c ./student.so
go run student_en_dc.go Student.pb.go
https://dev.to/brundhasv/go-protobuf-encoding-decoding-integrated-with-c-3ig0