SecTrustCreateWithCertificates

Function SecTrustCreateWithCertificates 

Source
pub unsafe extern "C-unwind" fn SecTrustCreateWithCertificates(
    certificates: &CFType,
    policies: Option<&CFType>,
    trust: NonNull<*mut SecTrust>,
) -> i32
👎Deprecated: renamed to SecTrust::create_with_certificates
Available on crate feature SecTrust only.