security_framework_sys::secure_transport

Function SSLGetEnabledCiphers

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