pub unsafe fn invoke_signed_unchecked(
instruction: &InstructionView<'_, '_, '_, '_>,
accounts: &[CpiAccount<'_>],
signers_seeds: &[Signer<'_, '_>],
) -> ProgramResultExpand description
Invoke a signed CPI without borrow validation.
ยงSafety
The caller must ensure no account data borrows conflict with the CPI.