pub unsafe fn SetDlgItemTextA<P2>( hdlg: HWND, niddlgitem: i32, lpstring: P2, ) -> Result<()>where P2: Param<PCSTR>,