RacHttpDownloadProgressNative typedef
Matches rac_http_download_progress_fn.
rac_bool_t ()(uint64_t bytes_written, uint64_t total_bytes, void user_data)
Implementation
typedef RacHttpDownloadProgressNative =
ffi.Int32 Function(ffi.Uint64, ffi.Uint64, ffi.Pointer<ffi.Void>);