windows::Win32::System::Threading

Function SetThreadPriority

pub unsafe fn SetThreadPriority(
    hthread: HANDLE,
    npriority: THREAD_PRIORITY,
) -> Result<()>