FFIFunctionRandomxInit typedef

FFIFunctionRandomxInit = Void Function(Int32 id, Pointer<Uint8> key, Int32 length, Uint8 fullMem)

Implementation

typedef FFIFunctionRandomxInit = ffi.Void Function(ffi.Int32 id,
    ffi.Pointer<ffi.Uint8> key, ffi.Int32 length, ffi.Uint8 fullMem);