pub unsafe extern "C" fn atg_matrix_exp_backward(
    out__: *mut *mut C_tensor,
    self_: *mut C_tensor,
    grad_: *mut C_tensor
)