Function getrandom::util_libc::getrandom_syscall

source ยท
pub fn getrandom_syscall(buf: &mut [MaybeUninit<u8>]) -> ssize_t
Expand description

Thin wrapper around the getrandom() Linux system call