SKSearchFindMatches

Function SKSearchFindMatches 

Source
pub unsafe extern "C-unwind" fn SKSearchFindMatches(
    in_search: &SKSearch,
    in_maximum_count: CFIndex,
    out_document_i_ds_array: *mut SKDocumentID,
    out_scores_array: *mut c_float,
    maximum_time: CFTimeInterval,
    out_found_count: *mut CFIndex,
) -> bool
👎Deprecated: renamed to SKSearch::find_matches
Available on crate features SKIndex and SKSearch only.