Static Control Constants from WinUser.h This is not complete, it only contains what is needed
pub const SS = struct
pub const SS = struct {
pub const LEFT: u32 = 0x00000000;
pub const CENTER: u32 = 0x00000001;
pub const RIGHT: u32 = 0x00000002;
pub const ICON: u32 = 0x00000003;
}