GhosttyTerminalEnquiryFnFunction typedef

GhosttyTerminalEnquiryFnFunction = GhosttyString Function(GhosttyTerminal terminal, Pointer<Void> userdata)

Implementation

typedef GhosttyTerminalEnquiryFnFunction =
    GhosttyString Function(
      GhosttyTerminal terminal,
      ffi.Pointer<ffi.Void> userdata,
    );