CFXMLParserCreate

Function CFXMLParserCreate 

Source
pub unsafe extern "C-unwind" fn CFXMLParserCreate(
    allocator: Option<&CFAllocator>,
    xml_data: Option<&CFData>,
    data_source: Option<&CFURL>,
    parse_options: CFOptionFlags,
    version_of_nodes: CFIndex,
    call_backs: *mut CFXMLParserCallBacks,
    context: *mut CFXMLParserContext,
) -> Option<CFRetained<CFXMLParser>>
👎Deprecated: renamed to CFXMLParser::new
Available on crate features CFData and CFURL and CFXMLNode and CFXMLParser only.