skip property

Pointer<NativeFunction<Void Function(Pointer<Void> user, Int n)>> skip
getter/setter pair

skip the next 'n' bytes, or 'unget' the last -n bytes if negative

Implementation

external ffi.Pointer<
  ffi.NativeFunction<ffi.Void Function(ffi.Pointer<ffi.Void> user, ffi.Int n)>
>
skip;