pub const unsafe fn simd_cast_ptr<T, U>(ptr: T) -> U
core_intrinsics)
Casts a vector of pointers.
T and U must be vectors of pointers with the same number of elements.
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/intrinsics/simd/fn.simd_cast_ptr.html