pub unsafe extern "C" fn atg_linalg_eigvalsh_out(
    out__: *mut *mut C_tensor,
    out_: *mut C_tensor,
    self_: *mut C_tensor,
    UPLO_ptr: *const u8,
    UPLO_len: c_int
)