typedef struct Conv Conv; struct Conv { int w, h; double *v; char *error; }; char *convolute(Aux *aux, int id, char *size, char *values);