windows::Wdk::System::Threading

Function ZwSetInformationThread

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