pub unsafe extern "C" fn Z3_get_tuple_sort_mk_decl( c: Z3_context, t: Z3_sort, ) -> Z3_func_decl
Return the constructor declaration of the given tuple sort.
Z3_get_sort_kind(c, t) == SortKind::Datatype
Z3_mk_tuple_sort
Z3_get_sort_kind