pub unsafe extern "C" fn modes_input_language_to_string(
lang: InputLanguage,
) -> *const c_charExpand description
Get a string representation of a Cvc5InputLanguage. @param lang The input language. @return The string representation.
pub unsafe extern "C" fn modes_input_language_to_string(
lang: InputLanguage,
) -> *const c_charGet a string representation of a Cvc5InputLanguage. @param lang The input language. @return The string representation.