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