fn diag_dump_full_page_diff(page_gpa: u64, phase: &str, pre: &[u8], post: &[u8])Expand description
Emit a full 4 KB page as hex, one log line per 64-byte cache line, with pre and post side by side. Used when we have both Phase-A and Phase-C bytes for the first corrupted page.