ViewProxy
struct ViewProxy;
ViewProxy(BView* target)
static_cast<ViewProxy*>(fExplicitData)->view = Owner();
fExplicitData = new ViewProxy(Owner());