Function with_exposed_provenance_mut
pub fn with_exposed_provenance_mut<T, const N: usize>(addr: Simd<usize, N>) -> Simd<*mut T, N>
Converts addresses back to mutable pointers, picking up some previously "exposed" provenance.
Equivalent to calling core::ptr::with_exposed_provenance_mut on each element.