replaceObjectAtIndex method
replaceObjectAtIndex:withObject:
Implementation
void replaceObjectAtIndex(int index, {required objc.ObjCObject withObject}) {
_objc_msgSend_1gypgok(
object$.ref.pointer,
_sel_replaceObjectAtIndex_withObject_,
index,
withObject.ref.pointer,
);
}