pub unsafe fn SetWindowTextW<P0, P1>(hwnd: P0, lpstring: P1) -> Result<()>
where P0: IntoParam<HWND>, P1: IntoParam<PCWSTR>,