pub fn is_internal_ptr_from_vo_bit<VM: VMBinding>(
    vo_addr: Address,
    internal_ptr: Address
) -> Option<ObjectReference>
Expand description

Check if the address could be an internal pointer based on where VO bit is set.