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