#pragma once #include typedef struct { int n; int* data; bool* sel; }TestEvalHalfIO ; void testEvalHalf(void* vargs);