pub unsafe extern "system" fn SetThreadInformation(
    hthread: HANDLE,
    threadinformationclass: THREAD_INFORMATION_CLASS,
    threadinformation: *const c_void,
    threadinformationsize: u32
) -> BOOL
Expand description

Required features: "Win32_System_Threading", "Win32_Foundation"