pub unsafe extern "C-unwind" fn SSLNewContext(
is_server: bool,
context_ptr: NonNull<*mut SSLContext>,
) -> i32
๐Deprecated: No longer supported. Use Network.framework.
Available on crate feature
SecureTransport
only.Expand description
ยงSafety
context_ptr
must be a valid pointer.