Function SetThreadPriority

Source
pub unsafe extern "C" fn SetThreadPriority(
    hThread: HANDLE,
    nPriority: c_int,
) -> BOOL