FunctionRandomxInit typedef

FunctionRandomxInit = void Function(int id, Pointer<Uint8> key, int length, int fullMem)

Implementation

typedef FunctionRandomxInit = void Function(
    int id, ffi.Pointer<ffi.Uint8> key, int length, int fullMem);