RacFileDeleteCallbackNative typedef

RacFileDeleteCallbackNative = Int32 Function(Pointer<Utf8> path, Pointer<Void> userData)

File delete callback: rac_result_t (file_delete)(const char path, void* user_data)

Implementation

typedef RacFileDeleteCallbackNative = Int32 Function(
  Pointer<Utf8> path,
  Pointer<Void> userData,
);