Function nstd_sys::vec::nstd_vec_as_ptr_mut
source · #[no_mangle]
pub extern "C" fn nstd_vec_as_ptr_mut(
vec: &mut NSTDVec<'_>
) -> NSTDAnyMutAvailable on crate feature
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.