The beauty and simplicity of the good old C-style void* in C++

Other: C++ Function Signature(giodicanio.com)view on HackerNews
void*std::spanC++function signaturememory blobSAL annotations

Author: movd128

Date: 6/6/2026

Article Summary:
Discussion on various ways to declare a C++ function that takes a blob of memory as input, including using void* pointers, std::span, and SAL annotations.