pub broadcast proof fn char_is_scalar(c: char)
is_scalar(#[trigger] (c as u32)),
A char always represents a Unicode scalar value.
char