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