Function SecKeyCreateRandomKey

Source
pub unsafe extern "C-unwind" fn SecKeyCreateRandomKey(
    parameters: &CFDictionary,
    error: *mut *mut CFError,
) -> Option<CFRetained<SecKey>>
👎Deprecated: renamed to SecKey::new_random_key
Available on crate features SecBase and SecKey only.