pub unsafe extern "C" fn Z3_dec_ref(c: Z3_context, a: Z3_ast)Expand description
Decrement the reference counter of the given AST.
The context c should have been created using Z3_mk_context_rc.
This function is a NOOP if c was created using Z3_mk_context.