Function windows_sys::Wdk::System::Threading::NtSetInformationThread

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