execute_with_args: Execute function with given arguments
Description
Execute function with given arguments
Usage
execute_with_args(fun, ...)
Details
If the function has ..., this function will not pass other arguments to ....
Only named arguments are passed.