Function faiss_sys::faiss_ParameterSpace_combination_name [] [src]

pub unsafe extern "C" fn faiss_ParameterSpace_combination_name(
    arg1: *const FaissParameterSpace,
    arg2: usize,
    arg3: *mut c_char,
    arg4: usize
) -> c_int

get string representation of the combination by writing it to the given character buffer. A buffer size of 1000 ensures that the full name is collected.