mirror of
https://github.com/ziglang/zig.git
synced 2026-01-01 11:03:11 +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{}`.