GetRandomSecretKey method
Implementation
int GetRandomSecretKey(
ffi.Pointer<RandomInfo> arg0,
) {
return _GetRandomSecretKey(
arg0,
);
}
int GetRandomSecretKey(
ffi.Pointer<RandomInfo> arg0,
) {
return _GetRandomSecretKey(
arg0,
);
}