Function simd_cast_ptr

unsafe const fn simd_cast_ptr<T, U>(ptr: T) -> U

Casts a vector of pointers.

T and U must be vectors of pointers with the same number of elements.