fn fatal(comptime format: []const u8, args: anytype) noreturn
fn fatal(comptime format: []const u8, args: anytype) noreturn { std.log.err(format, args); std.process.exit(1); }