Function NSOffsetRect

Source
pub unsafe extern "C-unwind" fn NSOffsetRect(
    a_rect: NSRect,
    d_x: CGFloat,
    d_y: CGFloat,
) -> NSRect
Available on crate features NSGeometry and objc2-core-foundation only.