새로운 CCI_A_TYPE_SET 타입의 set을 만든다. 만들어진 set은 cci_bind_param()을 통해 CCI_A_TYPE_SET으로 서버에 전달된다. cci_set_make()에 의해 만들어진 set은 반드시 cci_set_free()를 통해 사용된 메모리를 제거해야 한다. u_type에 따른 value의 타입은 cci_bind_param을 참고한다.
int cci_set_make(T_CCI_SET *set, T_CCI_U_TYPE u_type, int size, void *value, int *indicator)