SecTrustCopyKey

Function SecTrustCopyKey 

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