Function openssl_sys::SSL_shutdown_ex

source ยท
pub unsafe extern "C" fn SSL_shutdown_ex(
    ssl: *mut SSL,
    flags: u64,
    args: *const SSL_SHUTDOWN_EX_ARGS,
    args_len: usize,
) -> c_int