pub type NMHDR = tagNMHDR;
struct NMHDR { pub hwndFrom: *mut HWND__, pub idFrom: u64, pub code: u32, }
hwndFrom: *mut HWND__
idFrom: u64
code: u32