3d: regenerate the standalone C cross-build rules and headers
Pick up the wire.3d change that builds and installs the standalone c/ verified
parser per target (wire pinned at f13082a3). Every packages c/dune.inc is
regenerated: the archive now builds in all contexts through the context
toolchain (%{ocaml-config:c_compiler}, the ocaml-config partial linker,
-print-prog-name binutils) instead of host-only, and installs unconditionally
-- no empty placeholder. Each c/EverParseEndianness.h gains a freestanding
__BYTE_ORDER__/__builtin_bswap* branch so it compiles for an OS-less target (a
unikernel defines neither __linux__ nor __APPLE__).
Verified: dune build -x unikraft ocaml-clcw/c/libclcw.a produces an aarch64
archive exporting only ClcwCheckClcw (the safe wrapper), with ClcwValidateClcw
localized.