I am writing an anchor program where I want to sign a CPI as both a PDA from my program and the signer of the tx. I expect it would look something like this:
CpiContext::new_with_signer( program, accounts, [ctx.accounts.signer, pda_signer_seeds])```How would one do this?