pub unsafe extern "C" fn proof_rewrite_rule_to_string(
rule: ProofRewriteRule,
) -> *const c_charExpand description
Get a string representation of a Cvc5ProofRewriteRule. @param rule The proof rewrite rule. @return The string representation.
pub unsafe extern "C" fn proof_rewrite_rule_to_string(
rule: ProofRewriteRule,
) -> *const c_charGet a string representation of a Cvc5ProofRewriteRule. @param rule The proof rewrite rule. @return The string representation.