#[no_mangle] pub extern "C" fn ratatui_pixel_width(handle: *const c_void) -> u32
Returns the width of the pixel buffer in pixels (cols * cell_width).
cols * cell_width
Returns 0 if handle is null.
0
handle