StreamBufferCallback typedef

StreamBufferCallback = int Function(Pointer<Uint8> buf, int bufLen, Pointer<Uint32> outWritten, Pointer<Uint8> hasMore)

Implementation

typedef StreamBufferCallback = int Function(
  ffi.Pointer<ffi.Uint8> buf,
  int bufLen,
  ffi.Pointer<ffi.Uint32> outWritten,
  ffi.Pointer<ffi.Uint8> hasMore,
);