pub unsafe extern "C-unwind" fn CFXMLNodeCreateCopy(
alloc: Option<&CFAllocator>,
orig_node: Option<&CFXMLNode>,
) -> Option<CFRetained<CFXMLNode>>
👎Deprecated: renamed to
CFXMLNode::new_copy
Available on crate feature
CFXMLNode
only.