pub unsafe extern "C-unwind" fn CFXMLNodeCreateCopy(
alloc: Option<&CFAllocator>,
orig_node: Option<&CFXMLNode>,
) -> Option<CFRetained<CFXMLNode>>
👎Deprecated: CFXMLNode is deprecated, use NSXMLParser, NSXMLDocument or libxml2 library instead
Available on crate features
CFBase
and CFXMLNode
only.