c4enum_close

Function c4enum_close 

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