FunctionRandomxHashLast typedef

FunctionRandomxHashLast = void Function(int id, Pointer<Uint8> prevOut)

Implementation

typedef FunctionRandomxHashLast = void Function(
    int id, ffi.Pointer<ffi.Uint8> prevOut);