Constant openssl_sys::DTLS1_COOKIE_LENGTH
pub const DTLS1_COOKIE_LENGTH: c_uint = 256;The portability is definied by:
#[cfg(all(not(any(ossl300))))]pub const DTLS1_COOKIE_LENGTH: c_uint = 256;#[cfg(all(not(any(ossl300))))]