Function windows::Wdk::System::Threading::ZwSetInformationThread

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