pub unsafe extern "system" fn SetThreadPriority(
    hthread: HANDLE,
    npriority: THREAD_PRIORITY
) -> BOOL
Expand description

Required features: "Win32_Foundation"