pub unsafe fn SetThreadDescription<'a>( hthread: impl IntoParam<'a, HANDLE>, lpthreaddescription: impl IntoParam<'a, PWSTR>, ) -> Result<()>