pub const fn bits_for<T: ?Sized + Aligned>() -> u32
Returns the number of bits available for use for tags in a pointer to T (this is based on T’s alignment).
T