rustmax::libc

Function getrandom

Source
pub unsafe extern "C" fn getrandom(
    buf: *mut c_void,
    buflen: usize,
    flags: u32,
) -> isize