s2n-tls-sys 0.0.18

A C99 implementation of the TLS/SSL protocols
Documentation
/* automatically generated by rust-bindgen 0.58.1 */


// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0


#![allow(unused_imports, non_camel_case_types)]

use libc::{iovec, FILE};

use crate::api::*;


extern "C" {
    pub fn s2n_connection_get_config(
        conn: *mut s2n_connection,
        config: *mut *mut s2n_config,
    ) -> ::libc::c_int;
}
extern "C" {
    pub fn s2n_config_client_hello_cb_enable_poll(config: *mut s2n_config) -> ::libc::c_int;
}