windows::Wdk::System::Threading

Function NtSetInformationThread

pub unsafe fn NtSetInformationThread(
    threadhandle: HANDLE,
    threadinformationclass: THREADINFOCLASS,
    threadinformation: *const c_void,
    threadinformationlength: u32,
) -> NTSTATUS