pub unsafe extern "C" fn faiss_VectorTransform_reverse_transform(
    vt: *const FaissVectorTransform,
    n: idx_t,
    xt: *const f32,
    x: *mut f32
)
Expand description

reverse transformation. May not be implemented or may return approximate result