package std type ( // Uint is equivalent to C.uint. Uint uint32 // Int is equivalent to C.int. Int int32 )