#[no_mangle]
pub unsafe extern "C" fn nstd_collections_vec_clear(vec: &mut NSTDVec)
Expand description

Clears the contents of a vector. Parameters: NSTDVec *const vec - The vector.