pub fn allocative_visit_simple_sized<T>(_: &T, visitor: &mut Visitor<'_>)
A function fit to be handed to #[allocative(visit = "...")], if the type does not have any attached heap data.
#[allocative(visit = "...")]