pub type Dst<D, const N: usize> = DstA8<D, N>;
DstBase with the alignment of usize. This is almost always what you want to use.
DstBase
usize
pub struct Dst<D, const N: usize> { /* private fields */ }