/* SPDX-FileCopyrightText: © 2025 Decompollaborate */
/* SPDX-License-Identifier: MIT */
//! Disassemble the `Gfx` packets.
//!
//! Decompilation is started using the [`gfxd_execute`] function. When gfxd is
//! executing (i.e. after [`gfxd_execute`] has been entered, and before it
//! returns), the general settings and the I/O settings should not be changed.
use crateffi;
extern "C"