/** Get the ID of the NSClass with className */
 public static ID getObjcClass(String className) {
   return myFoundationLibrary.objc_getClass(className);
 }
 public static Pointer getClass(Pointer clazz) {
   return myFoundationLibrary.objc_getClass(clazz);
 }