DartGhosttyTerminalProgressReportFnFunction typedef
DartGhosttyTerminalProgressReportFnFunction =
void Function(GhosttyTerminal terminal, Pointer<Void> userdata, Pointer<GhosttyTerminalProgressReport> report)
Implementation
typedef DartGhosttyTerminalProgressReportFnFunction = void Function(
GhosttyTerminal terminal,
ffi.Pointer<ffi.Void> userdata,
ffi.Pointer<GhosttyTerminalProgressReport> report,
);