SKIndexOpenWithData

Function SKIndexOpenWithData 

Source
pub unsafe extern "C-unwind" fn SKIndexOpenWithData(
    in_data: Option<&CFData>,
    in_index_name: Option<&CFString>,
) -> Option<CFRetained<SKIndex>>
👎Deprecated: renamed to SKIndex::open_with_data
Available on crate feature SKIndex only.