/// Decompose a fat pointer into its constituent [pointer, extdata] pair
///
/// # Safety
///
/// Must only be called with the generic, `T`, being a trait object.
pub unsafe Sized>
/// Recompose a fat pointer from its constituent [pointer, extdata] pair
///
/// # Safety
///
/// Must only be called with the generic, `T`, being a trait object.
pub unsafe Sized>