logoalt Hacker News

throwaway27448today at 4:23 PM0 repliesview on HN

> Arguably, the void* does that as well?

How do you figure? The type is a pointer to quite literally anything, including nothing (ie a pointer that cannot be dereferenced). If you're working with bytes, indicate this with the type.