RacGetMemoryInfoCallbackNative typedef

RacGetMemoryInfoCallbackNative = Int32 Function(Pointer<Void> outInfo, Pointer<Void> userData)

Get memory info callback: rac_result_t (get_memory_info)(rac_memory_info_t out_info, void* user_data)

Implementation

typedef RacGetMemoryInfoCallbackNative = Int32 Function(
  Pointer<Void> outInfo,
  Pointer<Void> userData,
);