//! Types used around and with the exported functions
//!
//! Most of this used to be explicitly defined here until definitions from other crates were taken
//! over.
pub use ;
// Used to be a dedicated type, pub-used to avoid breaking the API
pub use c_void;