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