pub unsafe extern "C-unwind" fn CGLayerCreateWithContext(
context: Option<&CGContext>,
size: CGSize,
auxiliary_info: Option<&CFDictionary>,
) -> Option<CFRetained<CGLayer>>👎Deprecated: renamed to
CGLayer::with_contextAvailable on crate features
CGContext and CGLayer only.