AutomaticComponentToolkit
AutomaticComponentToolkit copied to clipboard
[cgo] Pointer variables are not implemented properly.
Pointer variables are making the headers not compile. We tried to use interface{} style-pointers in order to abstract this for the user, but they seemed to crash.
My suggestion would be to handle pointers strictly as uint64 handles throughout all the go code. @qmuntal: Do you have any objections?
unsafe.Pointer seems like the right type, but it has to be validated.