Function windows_sys::Win32::System::Threading::SetThreadInformation

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