The beauty and simplicity of the good old C-style void* in C++
Summary
A programmer-focused blog post advocating the continued use of the C-style void* pointer for functions that take a memory blob, arguing that it remains simple and readable compared to uint8_t, std::span, or templated approaches. It includes code examples, discusses SAL annotations, and critiques modern C++ abstractions for memory handling.