environ
See also getenv. Populated by startup code before main().
TODO this is a footgun because the value will be undefined when using zig build-lib.
https://github.com/ziglang/zig/issues/4524
Source
Implementation
pub var environ: [][*:0]u8 = undefined