const has_unix_sockets: bool = @hasDecl(os.sockaddr, "un") and builtin.target.os.tag != .windows or builtin.os.version_range.windows.isAtLeast(.win10_rs4) orelse false;