arc4random_buf function

  1. @Native<Void Function(Pointer<Void>, Size)>(ffi.Pointer<ffi.Void>, ffi.Size)>()
void arc4random_buf(
  1. Pointer<Void> __buf,
  2. int __nbytes
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>, ffi.Size)>()
external void arc4random_buf(ffi.Pointer<ffi.Void> __buf, int __nbytes);