DartGhosttyTerminalSizeFnFunction typedef

DartGhosttyTerminalSizeFnFunction = bool Function(GhosttyTerminal terminal, Pointer<Void> userdata, Pointer<GhosttySizeReportSize> out_size)

Implementation

typedef DartGhosttyTerminalSizeFnFunction =
    bool Function(
      GhosttyTerminal terminal,
      ffi.Pointer<ffi.Void> userdata,
      ffi.Pointer<GhosttySizeReportSize> out_size,
    );