pub type LC_ID = tagLC_ID;
struct LC_ID { pub wLanguage: u16, pub wCountry: u16, pub wCodePage: u16, }
wLanguage: u16
wCountry: u16
wCodePage: u16