pub unsafe extern "C" fn modes_proof_format_to_string(
format: ProofFormat,
) -> *const c_charExpand description
Get a string representation of a Cvc5ProofFormat. @param format The proof format. @return The string representation.
pub unsafe extern "C" fn modes_proof_format_to_string(
format: ProofFormat,
) -> *const c_charGet a string representation of a Cvc5ProofFormat. @param format The proof format. @return The string representation.