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