gh-35551: Enable access to some methods in sage/graphs/graph_decompositions
### :books: Description
Files `src/sage/graphs/graph_decompositions/bandwidth.pyx` and
`src/sage/graphs/graph_decompositions/cutwidth.pyx` were missing the
statement `cython: binding=True`. So these methods were hardly
accessible. We add the instruction and provide access in graphs.
### :memo: Checklist
<!-- Put an `x` in all the boxes that apply. It should be `[x]` not `[x
]`. -->
- [x] The title is concise, informative, and self-explanatory.
- [x] The description explains in detail what this PR is about.
- [ ] I have linked a relevant issue or discussion.
- [ ] I have created tests covering the changes.
- [ ] I have updated the documentation accordingly.
### :hourglass: Dependencies
URL: https://github.com/sagemath/sage/pull/35551
Reported by: David Coudert
Reviewer(s): Frédéric Chapoton