pub type OwnedBytesStorage<const N: usize> = OwnedVecStorage<u8, N>;
pub struct OwnedBytesStorage<const N: usize> { /* private fields */ }