Rename one or more parameters in a function.
(rename-params fn param-renaming &key :new-name ; default :auto :verify-guards ; default :auto :untranslate ; default t :show-only ; default nil :print ; default :result )
Function to transform
A doublet or list of doublets
New name to use for the function (if :auto, the transformation generates a name
Whether to verify guards of the new function(s).
How to untranslate the function body after changing it.
Whether to simply show the result, without actually creating it.
How much detail to print, an apt::print-specifier.