pub unsafe extern "C-unwind" fn SSLCreateContext(
alloc: Option<&CFAllocator>,
protocol_side: SSLProtocolSide,
connection_type: SSLConnectionType,
) -> Option<CFRetained<SSLContext>>
👎Deprecated: No longer supported. Use Network.framework.
Available on crate feature
SecureTransport
only.