CFXMLNodeCreate

Function CFXMLNodeCreate 

Source
pub unsafe extern "C-unwind" fn CFXMLNodeCreate(
    alloc: Option<&CFAllocator>,
    xml_type: CFXMLNodeTypeCode,
    data_string: Option<&CFString>,
    additional_info_ptr: *const c_void,
    version: CFIndex,
) -> Option<CFRetained<CFXMLNode>>
👎Deprecated: renamed to CFXMLNode::new
Available on crate feature CFXMLNode only.