RacHttpDownloadProgressNative typedef

RacHttpDownloadProgressNative = Int32 Function(Uint64, Uint64, Pointer<Void>)

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>);