security_framework_sys::secure_transport

Function SSLSetEnabledCiphers

Source
pub unsafe extern "C" fn SSLSetEnabledCiphers(
    context: SSLContextRef,
    ciphers: *const SSLCipherSuite,
    numCiphers: usize,
) -> OSStatus