I want to write a method decorator. For the sake of example, it\'s a standard mutexed function.
FuncT = typing.TypeVar("FuncT", bound=Callable) def