SecTrustCopyExceptions

Function SecTrustCopyExceptions 

Source
pub unsafe extern "C-unwind" fn SecTrustCopyExceptions(
    trust: &SecTrust,
) -> Option<CFRetained<CFData>>
👎Deprecated: renamed to SecTrust::exceptions
Available on crate feature SecTrust only.