pub fn clone_pointee<T: Clone>(value: &Option<Ptr<T>>) -> Option<Ptr<T>>
Clone one optional pointer by cloning its pointee into a fresh cell.