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