pub fn advance_window(window: &[u8], offset: usize) -> &[u8] ⓘExpand description
Trusted-path window advance: panics if offset exceeds the window length.
Only safe to use on same-process, self-produced buffers (in-proc queue
reads). Payload-derived (untrusted) offsets must use try_advance_window.