DartGhosttyReaderFnFunction typedef

DartGhosttyReaderFnFunction = bool Function(Pointer<Void> userdata, Pointer<Uint8> buffer, int capacity, Pointer<Size> out_read)

Implementation

typedef DartGhosttyReaderFnFunction = bool Function(
  ffi.Pointer<ffi.Void> userdata,
  ffi.Pointer<ffi.Uint8> buffer,
  int capacity,
  ffi.Pointer<ffi.Size> out_read,
);