Constant openssl_sys::TLS1_3_VERSION
pub const TLS1_3_VERSION: c_int = 0x304;
The portability is definied by:
#[cfg(any(ossl111, libressl340))]
pub const TLS1_3_VERSION: c_int = 0x304;
#[cfg(any(ossl111, libressl340))]