windows::Wdk::System::Threading

Function ZwQueryInformationThread

pub unsafe fn ZwQueryInformationThread(
    threadhandle: HANDLE,
    threadinformationclass: THREADINFOCLASS,
    threadinformation: *mut c_void,
    threadinformationlength: u32,
    returnlength: *mut u32,
) -> NTSTATUS