pub(crate) fn refcounted_allocation_base<T>(data: *const T) -> *const T
Recover the allocation base: Arc::as_ptr/Rc::as_ptr point at the data after the two reference counts in the #[repr(C)] heap allocation.
Arc::as_ptr
Rc::as_ptr
#[repr(C)]