pub unsafe extern "C" fn PS_GenerateRandomBytes(
out: *mut c_void,
len: usize,
) -> ResultExpand description
Generates cryptographically secure random bytes.
ยงArguments
out- Pointer to the buffer to write the bytes to.len- Number of bytes to write.