Function windows_sys::Win32::System::Threading::NtQueryInformationThread
pub unsafe extern "system" fn NtQueryInformationThread(
threadhandle: HANDLE,
threadinformationclass: THREADINFOCLASS,
threadinformation: *mut c_void,
threadinformationlength: u32,
returnlength: *mut u32
) -> NTSTATUSExpand description
Required features: "Win32_System_Threading", "Win32_Foundation"