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.Expand description
ยงSafety
allocatormight not allowNone.xml_treemight not allowNone.