pub unsafe extern "C" fn Z3_get_array_sort_domain( c: Z3_context, t: Z3_sort, ) -> Option<Z3_sort>
Return the domain of the given array sort.
In the case of a multi-dimensional array, this function returns the sort of the first dimension.
Z3_get_sort_kind(c, t) == SortKind::Array
Z3_mk_array_sort
Z3_get_sort_kind