pub unsafe extern "C-unwind" fn CFTreeGetFirstChild(
tree: &CFTree,
) -> Option<CFRetained<CFTree>>
Available on crate feature
CFTree
only.Expand description
Returns the first child of the tree.
Parameter tree
: The tree to be queried. If this parameter is not a valid
CFTree, the behavior is undefined.
Returns: The first child of the tree.