Function simd_with_exposed_provenance

unsafe const fn simd_with_exposed_provenance<T, U>(addr: T) -> U

Creates a vector of pointers from a vector of addresses.

T must be a vector of usize.

U must be a vector of pointers, with the same length as T.