pub unsafe fn GetDlgItemInt<P0, P1>(
    hdlg: P0,
    niddlgitem: i32,
    lptranslated: Option<*mut BOOL>,
    bsigned: P1
) -> u32
where P0: IntoParam<HWND>, P1: IntoParam<BOOL>,