DestroyRandomInfo method

Pointer<RandomInfo> DestroyRandomInfo(
  1. Pointer<RandomInfo> arg0
)

Implementation

ffi.Pointer<RandomInfo> DestroyRandomInfo(
  ffi.Pointer<RandomInfo> arg0,
) {
  return _DestroyRandomInfo(
    arg0,
  );
}