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