pub unsafe extern "C" fn atg_cumulative_trapezoid_x(
    out__: *mut *mut C_tensor,
    y_: *mut C_tensor,
    x_: *mut C_tensor,
    dim_: i64
)