type IntraEdgeBuffer<T> = Aligned<A64, [MaybeUninit<T>; 257]>;
#[repr(C)]struct IntraEdgeBuffer<T> { /* private fields */ }