func Example() { C.CallMyFunction(unsafe.Pointer(&MyCallbackFunc)) }
func main() { C.CallMyFunction(unsafe.Pointer(&MyCallbackFunc)) }