setArgument method

void setArgument(
  1. Pointer<Void> argumentLocation, {
  2. required int atIndex,
})

setArgument:atIndex:

Implementation

void setArgument(
  ffi.Pointer<ffi.Void> argumentLocation, {
  required int atIndex,
}) {
  _objc_msgSend_unr2j3(
    object$.ref.pointer,
    _sel_setArgument_atIndex_,
    argumentLocation,
    atIndex,
  );
}