inline fn MAKELANGID(p: c_ushort, s: c_ushort) LANGID
inline fn MAKELANGID(p: c_ushort, s: c_ushort) LANGID { return (s << 10) | p; }