Function CGShadingCreateRadial

Source
pub unsafe extern "C" fn CGShadingCreateRadial(
    space: CGColorSpaceRef,
    start: CGPoint,
    startRadius: f64,
    end: CGPoint,
    endRadius: f64,
    function: CGFunctionRef,
    extendStart: bool,
    extendEnd: bool,
) -> CGShadingRef