Function windows::Win32::System::Threading::SetThreadInformation
pub unsafe fn SetThreadInformation<P0>(
hthread: P0,
threadinformationclass: THREAD_INFORMATION_CLASS,
threadinformation: *const c_void,
threadinformationsize: u32,
) -> Result<()>where
P0: Param<HANDLE>,