#[no_mangle]
pub unsafe extern "C" fn getrandom(
    buf: *mut c_void,
    buflen: size_t,
    _flags: c_uint
) -> ssize_t
Expand description