pub type KeyBuffer<const CAP: usize = KEY_STACK_CAP> = Buffer<CAP>;
pub struct KeyBuffer<const CAP: usize = KEY_STACK_CAP> { /* private fields */ }