pub(crate) const fn option_as_ptr<T>(t: Option<&T>) -> *const T
Convert an Option<&T> into a possibly-null *const T.
Option<&T>
*const T