pub unsafe extern "C" fn atg_swapaxes(
    out__: *mut *mut C_tensor,
    self_: *mut C_tensor,
    axis0_: i64,
    axis1_: i64
)