RacFileExistsCallbackNative typedef

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

File exists callback: rac_bool_t (file_exists)(const char path, void* user_data)

Implementation

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