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.pub unsafe extern "C-unwind" fn SecTrustCopyKey(
trust: &SecTrust,
) -> Option<CFRetained<SecKey>>
SecTrust::key
SecBase
and SecTrust
only.