You can see the layout of `struct vmem` in the vmem.h file in libvmem's implementation.
It's mostly metadata for the allocator.
I'm not sure if I understand your use-case, but we strongly advise against relying on any
internal implementation details, such as the vmem struct definition.