GhosttyTerminalWritePtyFnFunction typedef

GhosttyTerminalWritePtyFnFunction = Void Function(GhosttyTerminal terminal, Pointer<Void> userdata, Pointer<Uint8> data, Size len)

Implementation

typedef GhosttyTerminalWritePtyFnFunction =
    ffi.Void Function(
      GhosttyTerminal terminal,
      ffi.Pointer<ffi.Void> userdata,
      ffi.Pointer<ffi.Uint8> data,
      ffi.Size len,
    );