SecTrustEvaluateWithError

Function SecTrustEvaluateWithError 

Source
pub unsafe extern "C-unwind" fn SecTrustEvaluateWithError(
    trust: &SecTrust,
    error: *mut *mut CFError,
) -> bool
👎Deprecated: renamed to SecTrust::evaluate_with_error
Available on crate feature SecTrust only.