Function sys_rand

Source
#[no_mangle]
pub unsafe extern "C" fn sys_rand(recv_buf: *mut u32, words: usize)
Expand description

ยงSafety

recv_buf must be aligned and dereferenceable.