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