pub unsafe extern "C" fn faiss_IndexIVF_train_encoder( index: *mut FaissIndexIVF, n: idx_t, x: *const f32, assign: *const idx_t, ) -> c_int