FFIFunctionRandomxHash typedef

FFIFunctionRandomxHash = Void Function(Int32 id, Pointer<Uint8> bytes, Int32 length, Pointer<Uint8> out)

Implementation

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