vec_cmp
return vec_cmp(a->vec, a->size, b->vec, b->size);
int result = vec_cmp(this->vec, this->size, vec, n);