SKIndexCopyDocumentRefsForDocumentIDs

Function SKIndexCopyDocumentRefsForDocumentIDs 

Source
pub unsafe extern "C-unwind" fn SKIndexCopyDocumentRefsForDocumentIDs(
    in_index: &SKIndex,
    in_count: CFIndex,
    in_document_i_ds_array: *mut SKDocumentID,
    out_document_refs_array: *mut *const SKDocument,
)
👎Deprecated: renamed to SKIndex::copy_document_refs_for_document_ids
Available on crate features SKDocument and SKIndex and SKSearch only.