pub unsafe extern "C" fn c4enum_close(e: *mut C4DocEnumerator)Expand description
Closes an enumeration. This is optional, but can be used to free up resources if the enumeration has not reached its end, but will not be freed for a while.
pub unsafe extern "C" fn c4enum_close(e: *mut C4DocEnumerator)Closes an enumeration. This is optional, but can be used to free up resources if the enumeration has not reached its end, but will not be freed for a while.