pub fn draw_text_nowrap_fn(
    bound: Rect,
    buf: &mut Buffer,
    t: impl AsRef<str>,
    s: impl FnMut(&str, u16, u16) -> Style
)