Type Definition openssl_sys::SHA_LONG64
pub type SHA_LONG64 = u64;
The portability is definied by:
#[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_0"))]
pub type SHA_LONG64 = u64;
#[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_0"))]