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.Expand description
ยงSafety
allocator
might not allowNone
.node
might not allowNone
.