RacFileWriteCallbackNative typedef
RacFileWriteCallbackNative =
Int32 Function(Pointer<Utf8> path, Pointer<Void> data, IntPtr size, Pointer<Void> userData)
File write callback: rac_result_t (file_write)(const char path, const void* data, size_t size, void* user_data)
Implementation
typedef RacFileWriteCallbackNative = Int32 Function(
Pointer<Utf8> path,
Pointer<Void> data,
IntPtr size,
Pointer<Void> userData,
);