GetRandomKey method
Implementation
ffi.Pointer<StringInfo> GetRandomKey(
ffi.Pointer<RandomInfo> arg0,
int arg1,
) {
return _GetRandomKey(
arg0,
arg1,
);
}
ffi.Pointer<StringInfo> GetRandomKey(
ffi.Pointer<RandomInfo> arg0,
int arg1,
) {
return _GetRandomKey(
arg0,
arg1,
);
}