fn globalOption(comptime name: []const u8, comptime T: type) ?T
TODO: https://github.com/ziglang/zig/issues/425
name: []const u8,
T: type,