...for some reason, I can't stand this syntax! I find it visually intrusive lol! But if we could allow something like `int(myage)`, it makes it clearer, to me at least.
I guess I can define my own way of casting with a macro, `castAs(int *, myage);` and that should work just fine.