pub extern "C-unwind" fn CGContextPathContainsPoint(
c: Option<&CGContext>,
point: CGPoint,
mode: CGPathDrawingMode,
) -> bool👎Deprecated:
renamed to CGContext::path_contains_point
Available on crate feature
CGContext only.