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