CGPathApply

Function CGPathApply 

Source
pub unsafe extern "C-unwind" fn CGPathApply(
    path: Option<&CGPath>,
    info: *mut c_void,
    function: CGPathApplierFunction,
)
👎Deprecated: renamed to CGPath::apply
Available on crate feature CGPath only.