pub unsafe extern "C-unwind" fn SecPolicyCreateSSL(
server: bool,
hostname: Option<&CFString>,
) -> CFRetained<SecPolicy>👎Deprecated:
renamed to SecPolicy::new_ssl
Available on crate features
SecBase and SecPolicy only.