SetRandomKey method

void SetRandomKey(
  1. Pointer<RandomInfo> arg0,
  2. int arg1,
  3. Pointer<UnsignedChar> arg2
)

Implementation

void SetRandomKey(
  ffi.Pointer<RandomInfo> arg0,
  int arg1,
  ffi.Pointer<ffi.UnsignedChar> arg2,
) {
  return _SetRandomKey(
    arg0,
    arg1,
    arg2,
  );
}