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