Function CGShadingCreateAxial

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