SSLGetNumberEnabledCiphers

Function SSLGetNumberEnabledCiphers 

Source
pub unsafe extern "C-unwind" fn SSLGetNumberEnabledCiphers(
    context: &SSLContext,
    num_ciphers: NonNull<usize>,
) -> i32
๐Ÿ‘ŽDeprecated: No longer supported. Use Network.framework.
Available on crate feature SecureTransport only.
Expand description

ยงSafety

num_ciphers must be a valid pointer.