pub unsafe fn SetDlgItemInt<'a>( hdlg: impl IntoParam<'a, HWND>, niddlgitem: i32, uvalue: u32, bsigned: impl IntoParam<'a, BOOL>, ) -> BOOL