This Windows-only function converts an unsigned integer value representing a UTF-16, wide-character string (Unicode) to the multibyte representation of that string in the operating system's default encoding.
            Note: The output encoding is the system default Windows ANSI code page.
            For more information, see Internationalizing Code.
            Syntax
            Multibyte_String = I18N_WIDECHARTOMULTIBYTE(Wide_Uint)
            Return Value
            Returns a multibyte representation of a wide-character unsigned integer.
            Argument
            Wide_Uint
            The array of wide-character unsigned integers to be converted.
            Properties
            None
            Version History
            
            See Also
            I18N_MULTIBYTETOUTF8, I18N_MULTIBYTETOWIDECHAR, I18N_UTF8TOMULTIBYTE