DartGhosttyTerminalWritePtyFnFunction typedef
DartGhosttyTerminalWritePtyFnFunction =
void Function(GhosttyTerminal terminal, Pointer<Void> userdata, Pointer<Uint8> data, int len)
Implementation
typedef DartGhosttyTerminalWritePtyFnFunction =
void Function(
GhosttyTerminal terminal,
ffi.Pointer<ffi.Void> userdata,
ffi.Pointer<ffi.Uint8> data,
int len,
);