pub unsafe extern "C" fn EC_KEY_get0_private_key( key: *const ec_key_st, ) -> *const bignum_st
Returns the private key of a EC_KEY object. \param key EC_KEY object \return a BIGNUM with the private key (possibly NULL).