GhosttyWriterFnFunction typedef

GhosttyWriterFnFunction = Bool Function(Pointer<Void> userdata, Pointer<Uint8> buf, Size len)

Implementation

typedef GhosttyWriterFnFunction = ffi.Bool Function(
  ffi.Pointer<ffi.Void> userdata,
  ffi.Pointer<ffi.Uint8> data,
  ffi.Size len,
);