SaveFileTextCallbackFunction typedef

SaveFileTextCallbackFunction = Bool Function(Pointer<Char> fileName, Pointer<Char> text)

Implementation

typedef SaveFileTextCallbackFunction =
    ffi.Bool Function(
      ffi.Pointer<ffi.Char> fileName,
      ffi.Pointer<ffi.Char> text,
    );