pub unsafe extern "C-unwind" fn NSDivideRect(
in_rect: NSRect,
slice: NonNull<NSRect>,
rem: NonNull<NSRect>,
amount: CGFloat,
edge: NSRectEdge,
)Available on crate features
NSGeometry and objc2-core-foundation only.Expand description
ยงSafety
slicemust be a valid pointer.remmust be a valid pointer.