Constant openssl_sys::CRYPTO_EX_INDEX_SSL
pub const CRYPTO_EX_INDEX_SSL: c_int = 0;
The portability is definied by:
#[cfg(all(ossl110, not(any())))]
pub const CRYPTO_EX_INDEX_SSL: c_int = 0;
#[cfg(all(ossl110, not(any())))]