Function CFXMLNodeGetString

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