SKIndexCreateWithURL

Function SKIndexCreateWithURL 

Source
pub unsafe extern "C-unwind" fn SKIndexCreateWithURL(
    in_url: Option<&CFURL>,
    in_index_name: Option<&CFString>,
    in_index_type: SKIndexType,
    in_analysis_properties: Option<&CFDictionary>,
) -> Option<CFRetained<SKIndex>>
👎Deprecated: renamed to SKIndex::with_url
Available on crate feature SKIndex only.