defsubst*
defsubst* is an alias for `cl-defsubst' in `cl.el
'.
(defsubst* NAME ARGLIST [DOCSTRING] BODY...)
Define NAME as a function.
Like `defun', except the function is automatically declared `inline' and
the arguments are immutable.
ARGLIST allows full Common Lisp conventions, and BODY is implicitly
surrounded by (cl-block NAME ...).
The function's arguments should be treated as immutable.