internal static extern bool TranslateCharsetInfo(IntPtr src, out CHARSETINFO Cs, DWORD options);
public static extern bool TranslateCharsetInfo(IntPtr src, out CHARSETINFO Cs, uint options);