pub unsafe extern "C-unwind" fn SecKeyCopyPublicKey(
key: &SecKey,
) -> Option<CFRetained<SecKey>>
👎Deprecated: renamed to
SecKey::public_key
Available on crate features
SecBase
and SecKey
only.