RacHttpDownloadExecuteDart typedef

Implementation

typedef RacHttpDownloadExecuteDart =
    int Function(
      ffi.Pointer<RacHttpDownloadRequest>,
      ffi.Pointer<ffi.NativeFunction<RacHttpDownloadProgressNative>>,
      ffi.Pointer<ffi.Void>,
      ffi.Pointer<ffi.Int32>,
    );