package foo import ( "fmt" ) import "C" //export Foo func Foo(x uintptr){ fmt.Printf("%v", x); }