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