windows::Win32::System::Threading

Function SetThreadDescription

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