mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-15 13:13:24 -04:00
00e944f718
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{}`.