CFXMLTreeCreateXMLData

Function CFXMLTreeCreateXMLData 

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