SKIndexOpenWithURL

Function SKIndexOpenWithURL 

Source
pub unsafe extern "C-unwind" fn SKIndexOpenWithURL(
    in_url: Option<&CFURL>,
    in_index_name: Option<&CFString>,
    in_write_access: bool,
) -> Option<CFRetained<SKIndex>>
👎Deprecated: renamed to SKIndex::open_with_url
Available on crate feature SKIndex only.