pub unsafe fn DwmSetIconicThumbnail<P0, P1>( hwnd: P0, hbmp: P1, dwsitflags: u32, ) -> Result<()>where P0: Param<HWND>, P1: Param<HBITMAP>,