FunctionRandomxHashFirst typedef

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

Implementation

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