Hacker News new | ask | show | jobs
by addaon 11 days ago
> The type is a pointer to quite literally anything

No, it can only be a pointer to an object. It can't be a pointer to a function, for example.