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