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