Function statify

Source
pub unsafe fn statify<T>(r: &T) -> &'static T
Expand description

Make the lifetime of a reference static. Be very careful with your reasoning why your usage doesn’t introduce UB!