#[no_mangle] pub extern "C" fn ratatui_pixel_height(handle: *const c_void) -> u32
Returns the height of the pixel buffer in pixels (rows * cell_height).
rows * cell_height
Returns 0 if handle is null.
0
handle