pub unsafe extern "C" fn sort_tuple_get_element_sorts(
sort: Sort,
size: *mut usize,
) -> *const SortExpand description
Get the element sorts of a tuple sort. @param sort The sort. @param size The size of the resulting array of tuple element sorts. @return The element sorts of a tuple sort.