security_framework_sys::random

Function SecRandomCopyBytes

Source
pub unsafe extern "C" fn SecRandomCopyBytes(
    rnd: SecRandomRef,
    count: usize,
    bytes: *mut c_void,
) -> c_int