I am working with go and dlls, and need to create a go dll that exports a function that accepts a go struct.
//test.go package main import "fmt" //exp