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