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