//! All of the safe wrappers added by this crate, as well as any macros, are exported from the root
//! module of this crate.
//!
//! All of the nested, unsafe types from `outlook_mapi_sys` are re-exported as the `sys` module in
//! this crate.
/// Re-export all of the unsafe bindings from the `outlook_mapi_sys` crate.
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;