pub unsafe extern "C" fn atg_linalg_pinv(
    out__: *mut *mut C_tensor,
    self_: *mut C_tensor,
    rcond_: f64,
    hermitian_: c_int
)