pub const END_SCAN_LOOKAHEAD: u64 = _; // 16_384u64Expand description
How far past raw_end the initial bounded fetch covers. If the terminating
newline is not found within this window, ScanningLastTerminator issues
successive same-sized GETs until the newline is located or EOF is reached.