SKIndexOpenWithMutableData

Function SKIndexOpenWithMutableData 

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