pub use *;
/// The platform-dependent character type used by the hosting components.
pub type PdChar = cratechar_t;
/// The unsigned version of the platform-dependent character type used by the hosting components.
pub type PdUChar = u16;
/// The unsigned version of the platform-dependent character type used by the hosting components.
pub type PdUChar = u8;
pub use r#