pub unsafe extern "C" fn faiss_IndexBinary_remove_ids(
index: *mut FaissIndexBinary,
sel: *const FaissIDSelector,
n_removed: *mut usize,
) -> c_intExpand description
removes IDs from the index. Not supported by all indexes @param index opaque pointer to index object @param nremove output for the number of IDs removed