pub type RGBTRIPLE = tagRGBTRIPLE;
#[repr(C)]pub struct RGBTRIPLE { pub rgbtBlue: u8, pub rgbtGreen: u8, pub rgbtRed: u8, }
rgbtBlue: u8
rgbtGreen: u8
rgbtRed: u8