pub unsafe extern "C-unwind" fn CGRectDivide(
rect: CGRect,
slice: NonNull<CGRect>,
remainder: NonNull<CGRect>,
amount: CGFloat,
edge: CGRectEdge,
)Available on crate feature
CGGeometry only.Expand description
ยงSafety
slicemust be a valid pointer.remaindermust be a valid pointer.