pub extern "C-unwind" fn CGShadingCreateAxial(
space: Option<&CGColorSpace>,
start: CGPoint,
end: CGPoint,
function: Option<&CGFunction>,
extend_start: bool,
extend_end: bool,
) -> Option<CFRetained<CGShading>>👎Deprecated: renamed to
CGShading::new_axialAvailable on crate features
CGColorSpace and CGFunction and CGShading only.