@Callback
 @BindSelector("setPopoverLayoutMargins:")
 public static void setPopoverLayoutMargins(
     UIPopoverController __self__, Selector __cmd__, @ByVal UIEdgeInsets popoverLayoutMargins) {
   __self__.setPopoverLayoutMargins(popoverLayoutMargins);
 }