pub type CBTACTIVATESTRUCT = tagCBTACTIVATESTRUCT;
#[repr(C)]pub struct CBTACTIVATESTRUCT { pub fMouse: i32, pub hWndActive: *mut HWND__, }
fMouse: i32
hWndActive: *mut HWND__