funcall-interactively
funcall-interactively is a built-in function in `C source code
'.
(funcall-interactively FUNCTION &rest ARGUMENTS)
Like `funcall' but marks the call as interactive.
I.e. arrange that within the called function `called-interactively-p' will
return non-nil.