Function ratatui_pixel_width

Source
#[no_mangle]
pub extern "C" fn ratatui_pixel_width(handle: *const c_void) -> u32
Expand description

Returns the width of the pixel buffer in pixels (cols * cell_width).

Returns 0 if handle is null.