pub unsafe extern "C" fn Z3_get_tuple_sort_num_fields( c: Z3_context, t: Z3_sort, ) -> c_uint
Return the number of fields of the given tuple sort.
Z3_get_sort_kind(c, t) == SortKind::Datatype
Z3_mk_tuple_sort
Z3_get_sort_kind