pub type VarnodeRef<'str, 'ctx> = BaseRef<&'ctx Shared<'str>, VarnodeId>;
pub struct VarnodeRef<'str, 'ctx> { pub id: VarnodeId, /* private fields */ }
id: VarnodeId
0