pub unsafe extern "C" fn atg_linalg_vander(
    out__: *mut *mut C_tensor,
    x_: *mut C_tensor,
    n_v: i64,
    n_null: i8
)