CFXMLTreeCreateWithNode

Function CFXMLTreeCreateWithNode 

Source
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 allow None.
  • node might not allow None.