# File lib/chef/win32/api.rb, line 343
      def make_uint64(low, high)
        low + (high * (2**32))
      end