pub type NM_UPDOWN = NMUPDOWN;
#[repr(C)]pub struct NM_UPDOWN { pub hdr: NMHDR, pub iPos: i32, pub iDelta: i32, }
hdr: NMHDR
iPos: i32
iDelta: i32