SaveFileTextCallbackFunctionD typedef

SaveFileTextCallbackFunctionD = bool Function(Pointer<Char> fileName, Pointer<Char> text)

Implementation

typedef SaveFileTextCallbackFunctionD = bool Function(
  Pointer<Char> fileName,
  Pointer<Char> text,
);