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