pub unsafe extern "C-unwind" fn SSLSetEnabledCiphers(
context: &SSLContext,
ciphers: NonNull<SSLCipherSuite>,
num_ciphers: usize,
) -> i32
๐Deprecated: No longer supported. Use Network.framework.
Available on crate features
CipherSuite
and SecureTransport
only.Expand description
ยงSafety
ciphers
must be a valid pointer.