// Copyright The pipewire-rs Contributors.
// SPDX-License-Identifier: MIT
/// bindgen-generated definitions
pub use *;
// Manually defined symbols that are manually compiled into a C object file, as they need to be present at link-time.
//
// As SPA is a header-only library, global variables and functions are `static` / `static inline`
// and we need to compile them into a C object ourselves.
//
// For functions, this is handled by bindgens "wrap_static_fns" feature.
//
// The rest is added in modules here.
pub use *;
pub use *;
pub use *;
pub use *;