pub unsafe extern "C" fn EC_KEY_get0_public_key(
key: *const ec_key_st,
) -> *const ec_point_st
Expand description
Returns the public key of a EC_KEY object. \param key the EC_KEY object \return a EC_POINT object with the public key (possibly NULL)