Say I have an API that takes a callback, and I have two functions, one for callbacks with arguments and one for nullary callbacks. I must do it this way. What naming choice would you use to distinguish the two variants? I feel like "nullary" is obscurantist
