Apparently there is no way to sum public keys if they are x-only, even if the user knows how to handle the lost prefix byte.
I noticed that in the code currently, the secp256k1_xonly_pubkey_load function is already used to do this conversion safely, but it is not exposed to be used.
This PR creates a wrapper function for secp256k1_xonly_pubkey_load and adds in the function description the warning that the conversion always generates the public key with even y.