pub fn fb_write(x: u32, y: u32, w: u32, h: u32, data: *const u8) -> isize
Write a rectangular BGRA pixel region to the kernel framebuffer. The kernel copies the data and flushes the display.