1 2 3 4 5 6
/* SPDX-FileCopyrightText: © 2025 Decompollaborate */ /* SPDX-License-Identifier: MIT */ //! Re-exports of plain C types. pub use libc::{c_char, c_int, c_void};