pub unsafe fn GetDlgItemTextW<P0>(
    hdlg: P0,
    niddlgitem: i32,
    lpstring: &mut [u16]
) -> u32
where P0: IntoParam<HWND>,