pub unsafe extern "C" fn IGRAPH_FINALLY_CLEAN(num: c_int)Expand description
\function IGRAPH_FINALLY_CLEAN \brief Signals clean deallocation of objects.
Removes the specified number of objects from the stack of temporarily allocated objects. It is typically called immediately after manually destroying the objects:
\param num The number of objects to remove from the bookkeeping stack.