#[no_mangle]
pub extern "C" fn nstd_vec_as_mut_ptr(vec: &mut NSTDVec) -> NSTDAnyMut
Available on crate feature nstd_vec only.
Expand description

Returns a pointer to a vector’s raw data.

Parameters:

  • NSTDVec *vec - The vector.

Returns

NSTDAnyMut ptr - A pointer to the vector’s raw data.