SaveFileTextCallbackFunctionC typedef

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

Implementation

typedef SaveFileTextCallbackFunctionC = Bool Function(
  Pointer<Char> fileName,
  Pointer<Char> text,
);