pub unsafe extern "C-unwind" fn SecCertificateCopyNormalizedIssuerContent(
certificate: &SecCertificate,
error: *mut *mut CFError,
) -> Option<CFRetained<CFData>>
👎Deprecated: renamed to
SecCertificate::normalized_issuer_content
Available on crate features
SecBase
and SecCertificate
only.