pub fn is_vo_bit_set_for_addr(address: Address) -> Option<ObjectReference>
Expand description

Check if an address can be turned directly into an object reference using the VO bit. If so, return Some(object). Otherwise return None.

The address must be word-aligned.