Function PS_GenerateRandomBytes

Source
pub unsafe extern "C" fn PS_GenerateRandomBytes(
    out: *mut c_void,
    len: usize,
) -> Result
Expand description

Generates cryptographically secure random bytes.

ยงArguments

  • out - Pointer to the buffer to write the bytes to.
  • len - Number of bytes to write.