Function openssl_sys::SSL_get_privatekey
pub unsafe extern "C" fn SSL_get_privatekey(ssl: *const SSL) -> *mut EVP_PKEY
The portability is definied by:
#[cfg(any(ossl102, libressl280))]
pub unsafe extern "C" fn SSL_get_privatekey(ssl: *const SSL) -> *mut EVP_PKEY
#[cfg(any(ossl102, libressl280))]