use mem;
/// Verify that CType and RType have the same alignment requirements, and that RType is not larger
/// than CType.
///
/// These checks will compile to nothing if the requirements are met, and will compile to
/// `debug_assert!(false)` if they are not met, causing all trait methods to panic. That should be
/// enough to get someone's attention!
pub