simple_array_reset

Function simple_array_reset 

Source
pub unsafe extern "C" fn simple_array_reset(
    instance: *mut SimpleArray,
)
Expand description

Reset a SimpleArray instance and delete all of its elements. If reset() is specified in the config, then it is called for each element, otherwise the data is simply free()’d.

§Arguments

  • [in] - instance Pointer to the SimpleArray instance to be reset