Closed
Description
This is a tracking issue for the unstable ptr_as_ref
feature of the standard library. These functions allow unsafely converting raw pointers to optional safe references, returning None
if they're null.
I would personally vote for removing these, but there's certainly some usage throughout the standard distribution.
cc @gankro