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