Function windows_sys::Wdk::System::Threading::ZwSetInformationThread

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