pub trait VmtObject { // Provided method fn vtable(&self) -> usize { ... } }
helper trait to get vtable for typed objects
get the vtable pointer