Function SetThreadPriority

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