示例#1
0
 public static Pointer newInt32(int x) {
   Pointer p = newInt32();
   p.setInt32Value(x);
   return p;
 }