pub fn invoke_signed(
instruction: &Instruction,
account_infos: &[AccountInfo<'_>],
signers_seeds: &[&[&[u8]]],
) -> ProgramResultExpand description
Like solana_cpi::invoke_signed, but with support
for overwriting the sol_invoke_signed syscall stub.