pub unsafe extern "C" fn Z3_get_range(
c: Z3_context,
d: Z3_func_decl,
) -> Z3_sortExpand description
Return the range of the given declaration.
If d is a constant (i.e., has zero arguments), then this
function returns the sort of the constant.