Type Definition openssl_sys::BN_ULONG
pub type BN_ULONG = c_ulonglong;The portability is definied by:
#[cfg(target_pointer_width = "64")]pub type BN_ULONG = c_ulonglong;#[cfg(target_pointer_width = "64")]