CFTreeGetFirstChild

Function CFTreeGetFirstChild 

Source
pub extern "C-unwind" fn CFTreeGetFirstChild(
    tree: &CFTree,
) -> Option<CFRetained<CFTree>>
👎Deprecated: renamed to CFTree::first_child
Available on crate feature CFTree only.