RacHttpDownloadExecuteNative typedef

Implementation

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