RacDownloadSetProgressProtoCallbackNative typedef

RacDownloadSetProgressProtoCallbackNative = Int32 Function(Pointer<NativeFunction<RacDownloadProtoProgressCallbackNative>>, Pointer<Void>)

Implementation

typedef RacDownloadSetProgressProtoCallbackNative =
    ffi.Int32 Function(
      ffi.Pointer<ffi.NativeFunction<RacDownloadProtoProgressCallbackNative>>,
      ffi.Pointer<ffi.Void>,
    );