pub unsafe extern "C" fn mk_nullable_null(
tm: *mut TermManager,
sort: Sort,
) -> TermExpand description
Create a constant representing an null of the given sort. @param tm The term manager instance. @param sort The sort of the Nullable element. @return The null constant.