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