FunctionRandomxHashNext typedef

FunctionRandomxHashNext = void Function(int id, Pointer<Uint8> bytes, int length, Pointer<Uint8> prevOut)

Implementation

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