pub unsafe fn SetThreadDescription<P1>( hthread: HANDLE, lpthreaddescription: P1, ) -> Result<()>where P1: Param<PCWSTR>,