unsafe fn vga_debug_clear_cell( fb: *mut u8, pitch: usize, x: usize, y: usize, bpp_bytes: usize, bg: u32, )
Clear a single 8×16 character cell with the background colour.