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