DartGhosttyWriterFnFunction typedef

DartGhosttyWriterFnFunction = bool Function(Pointer<Void> userdata, Pointer<Uint8> buf, int len)

Implementation

typedef DartGhosttyWriterFnFunction = bool Function(
  ffi.Pointer<ffi.Void> userdata,
  ffi.Pointer<ffi.Uint8> data,
  int len,
);