#[no_mangle]
pub unsafe extern "C" fn sys_secure_rand32(value: *mut u32) -> i32
Expand description
Create a cryptographicly secure 32bit random number with the support of
the underlying hardware. If the required hardware isn’t available,
the function returns -1
.