use crateFfiSlice;
use ;
/// A module item like:
///
/// ```
/// #[allow(clippy::all)] // outer attribute
/// mod module {
/// #![allow(clippy::all)] // inner attribute
///
/// fn item_2() {}
/// }
/// ```
///
/// * See <https://doc.rust-lang.org/stable/reference/items/modules.html>
impl_item_data!;