[roll] Roll fuchsia [drivers][rust] Unsafe pointer accessor

Add unsafe accessor method to `Dispatcher` to obtain `*mut
fdf_dispatcher_t`. This is used in the implementation of dso_runner
(followup change) because we need to pass the dispatcher over the C ABI
boundary as part of the startup contract for async components.

Original-Bug: 403545512
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1492840
Original-Revision: faf347cdca30d8f64ec58308e1bff3ffeb157af5
GitOrigin-RevId: 10cb2e789bae8439e5f49aa3dae3e6489243757a
Change-Id: I5584734107b3033e16e39c503a2cbce6ab678e95
1 file changed
tree: c0b3ebd2bfb1e0849cde382d8a955ecdb24b2f83
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.