instancetype typedef

instancetype = Pointer<ObjCObject>

Implementation

typedef instancetype = ffi.Pointer<objc.ObjCObject>;