mz_crypt_rand method

int mz_crypt_rand(
  1. Pointer<Uint8> buf,
  2. int size
)

/

Implementation

int mz_crypt_rand(
  ffi.Pointer<ffi.Uint8> buf,
  int size,
) {
  return _mz_crypt_rand(
    buf,
    size,
  );
}