pub type RGBTRIPLE = tagRGBTRIPLE;
struct RGBTRIPLE { pub rgbtBlue: u8, pub rgbtGreen: u8, pub rgbtRed: u8, }
rgbtBlue: u8
rgbtGreen: u8
rgbtRed: u8