SaveFileTextCallbackFunction typedef
SaveFileTextCallbackFunction =
bool Function(MemoryPointer<RInt8> fileName, MemoryPointer<RInt8> text)
User-facing SaveFileTextCallback signature.
Implementation
typedef SaveFileTextCallbackFunction = bool Function(
MemoryPointer<RInt8> fileName,
MemoryPointer<RInt8> text,
);