CFXMLTreeCreateWithNode

Function CFXMLTreeCreateWithNode 

Source
pub unsafe extern "C-unwind" fn CFXMLTreeCreateWithNode(
    allocator: Option<&CFAllocator>,
    node: Option<&CFXMLNode>,
) -> Option<CFRetained<CFXMLTree>>
👎Deprecated: CFXMLNode is deprecated, use NSXMLParser, NSXMLDocument or libxml2 library instead
Available on crate features CFTree and CFXMLNode only.