GhosttyTerminalColorSchemeFnFunction typedef

GhosttyTerminalColorSchemeFnFunction = Bool Function(GhosttyTerminal terminal, Pointer<Void> userdata, Pointer<UnsignedInt> out_scheme)

Implementation

typedef GhosttyTerminalColorSchemeFnFunction = ffi.Bool Function(
  GhosttyTerminal terminal,
  ffi.Pointer<ffi.Void> userdata,
  ffi.Pointer<ffi.UnsignedInt> out_scheme,
);