pub type ANIMATIONINFO = tagANIMATIONINFO;
#[repr(C)]pub struct ANIMATIONINFO { pub cbSize: u32, pub iMinAnimate: i32, }
cbSize: u32
iMinAnimate: i32