go build -ldflags "-s -w" -buildmode=c-shared -o libtdInterface.dll TdInterface.go wrapper.go
dumpbin /exports libtdInterface.dll > libtdInterface.def
lib /machine:X64 /def:libtdInterface.def
go build -ldflags "-s -w" -buildmode=c-shared -o libtdInterface.dll TdInterface.go wrapper.go
dumpbin /exports libtdInterface.dll > libtdInterface.def
lib /machine:X64 /def:libtdInterface.def