Overwrites the i-th element of the array at ptr with value.
i
ptr
value
@override final void Function(Pointer<C> ptr, int i, C value) indexSetterFunc;