SecTrustSetExceptions

Function SecTrustSetExceptions 

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