pub unsafe extern "C-unwind" fn NSDrawTiledRects(
bounds_rect: NSRect,
clip_rect: NSRect,
sides: NonNull<NSRectEdge>,
grays: NonNull<CGFloat>,
count: NSInteger,
) -> NSRectAvailable on crate features
NSGraphics and objc2-core-foundation only.Expand description
ยงSafety
sidesmust be a valid pointer.graysmust be a valid pointer.