FFIFunctionRandomxHashNext typedef

FFIFunctionRandomxHashNext = Void Function(Int32 id, Pointer<Uint8> bytes, Int32 length, Pointer<Uint8> prevOut)

Implementation

typedef FFIFunctionRandomxHashNext = ffi.Void Function(
    ffi.Int32 id,
    ffi.Pointer<ffi.Uint8> bytes,
    ffi.Int32 length,
    ffi.Pointer<ffi.Uint8> prevOut);