pub unsafe extern "C" fn atg_fft_fftshift(
    out__: *mut *mut C_tensor,
    self_: *mut C_tensor,
    dim_data: *const i64,
    dim_len: c_int
)