SKIndexCreateWithMutableData

Function SKIndexCreateWithMutableData 

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