CVDisplayLinkCreateWithCGDisplay

Function CVDisplayLinkCreateWithCGDisplay 

Source
pub unsafe extern "C-unwind" fn CVDisplayLinkCreateWithCGDisplay(
    display_id: CGDirectDisplayID,
    display_link_out: NonNull<*mut CVDisplayLink>,
) -> CVReturn
👎Deprecated: renamed to CVDisplayLink::create_with_cg_display
Available on crate features CVDisplayLink and CVReturn and objc2-core-graphics only.