pub fn read_stack_buf<const N: usize>( reader: &mut impl Read, ) -> Result<StackBuffer<N>, StreamError>