Function windows_sys::Win32::System::Threading::GetThreadInformation
pub unsafe extern "system" fn GetThreadInformation(
hthread: HANDLE,
threadinformationclass: THREAD_INFORMATION_CLASS,
threadinformation: *mut c_void,
threadinformationsize: u32,
) -> BOOL