pub trait IPlugFrameTrait { // Required method unsafe fn resizeView( &self, view: *mut IPlugView, newSize: *mut ViewRect, ) -> tresult; }