Function VisualScript.renameFunction

Change the name of a function.

void renameFunction (
  const(String) name,
  const(String) new_name
) nothrow @nogc;