Function windows_sys::Wdk::System::Threading::NtQueryInformationThread
pub unsafe extern "system" fn NtQueryInformationThread(
threadhandle: HANDLE,
threadinformationclass: THREADINFOCLASS,
threadinformation: *mut c_void,
threadinformationlength: u32,
returnlength: *mut u32,
) -> NTSTATUS