pub type PadUsize = PadU64;
A padding type with the same layout as usize.
usize
PadUsize is a type alias to whichever padding type is the same size as usize.
PadUsize
pub struct PadUsize(/* private fields */);