pub unsafe extern "C-unwind" fn SSLGetConnection(
context: &SSLContext,
connection: NonNull<SSLConnectionRef>,
) -> i32
๐Deprecated: No longer supported. Use Network.framework.
Available on crate feature
SecureTransport
only.Expand description
ยงSafety
connection
must be a valid pointer.