mirror of
https://github.com/ziglang/zig.git
synced 2025-12-25 07:33:08 +00:00
c_void is *not* simply `const c_void = opaque{};`. It has unique
semantics as any pointer type may coerce to `*c_void` which is not true
for an arbitrary `*opaque{}`.