use NonNull;
/// **Trait `Ptr<T>`**
///
/// Represents an interface for handling raw pointers for collection elements.
///
/// - [`__ptr()`] should return the internal pointer.
/// - [`__ptr_set(ptr)`] should set the internal pointer to a new location.
///