pub unsafe extern "C" fn clingo_ast_acquire(ast: *mut clingo_ast_t)
Expand description

! Increment the reference count of an AST node. ! ! @note All functions that return AST nodes already increment the reference count. ! The reference count of callback arguments is not incremented. ! ! @param[in] ast the target AST