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

Required features: "Win32_System_Threading", "Win32_Foundation"