cl-multiple-value-call

cl-multiple-value-call is an alias for `apply' in `cl-lib.el'.

(cl-multiple-value-call ARG1 &rest REST)

Apply FUNCTION to ARGUMENTS, taking multiple values into account.
This implementation only handles the case where there is only one argument.