GetRandomSecretKey method

int GetRandomSecretKey(
  1. Pointer<RandomInfo> arg0
)

Implementation

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