pub unsafe extern "C" fn term_to_string(term: Term) -> *const c_charExpand description
Get a string representation of a given term. @param term The term. @return A string representation of the term. @note The returned char* pointer is only valid until the next call to this function.