pub type RemHPALETTE = tagRemHPALETTE;
#[repr(C)]pub struct RemHPALETTE { pub cbData: u32, pub data: [u8; 1], }
cbData: u32
data: [u8; 1]