//! C ABI for cryptographically secure randomness (the OS CSPRNG).
use ;
use crate;
/// Fills `len` bytes at `out` with cryptographically secure random data.
///
/// # Safety
/// `out` must point to at least `len` writable bytes (or `len` may be 0).
pub unsafe extern "C"