[][src]Function z3_sys::Z3_inc_ref

pub unsafe extern "C" fn Z3_inc_ref(c: Z3_context, a: Z3_ast)

Increment 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.