Skip method

int Skip(
  1. int celt
)

Implementation

int Skip(int celt) => ptr.ref.vtable
    .elementAt(4)
    .cast<Pointer<NativeFunction<Int32 Function(Pointer, Uint32 celt)>>>()
    .value
    .asFunction<int Function(Pointer, int celt)>()(ptr.ref.lpVtbl, celt);