pub type RemHPALETTE = tagRemHPALETTE;
struct RemHPALETTE { pub cbData: u32, pub data: [u8; 1], }
cbData: u32
data: [u8; 1]