use const_assert_eq;
use U32 as U32LE;
use *;
/// This structure contains the reference count for a shared back reference for a file data extent.
///
/// This immediately follows an [`ExtentInlineRefHeader`] of type [`SharedDataRef`] inside an extent
/// item.
///
/// [`ExtentInlineRefHeader`]: crate::ExtentInlineRefHeader
/// [`SharedDataRef`]: crate::ExtentInlineRefType::SharedDataRef
const_assert_eq!;