allocWithZone static method
allocWithZone:
Implementation
static NSMutableIndexSet allocWithZone(ffi.Pointer<NSZone> zone) {
final $ret = _objc_msgSend_1cwp428(
_class_NSMutableIndexSet,
_sel_allocWithZone_,
zone,
);
return NSMutableIndexSet.fromPointer($ret, retain: false, release: true);
}