pub(crate) const MAX_REFCOUNT: usize = _; // 9_223_372_036_854_775_807usizeExpand description
A soft limit on the amount of references that may be made to an Arc.
Going above this limit will abort your program (although not
necessarily) at exactly MAX_REFCOUNT + 1 references.