pub unsafe fn usize_to_ptr<'a, T>(x: usize) -> &'a T
Expand description

Undefined behaviour if the argument is zero, or does not satisfy the alignment of type T.