replacePointerAtIndex_withPointer_ method

void replacePointerAtIndex_withPointer_(
  1. int index,
  2. Pointer<Void> item
)

Implementation

void replacePointerAtIndex_withPointer_(
    int index, ffi.Pointer<ffi.Void> item) {
  _lib._objc_msgSend_923(
      _id, _lib._sel_replacePointerAtIndex_withPointer_1, index, item);
}