typedef struct objc_object {
  struct objc_class*  class_pointer;
} *id;
