FunctionRandomxHash typedef

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

Implementation

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