pub fn is_utf8_start(ch: u8) -> bool
Check whether a byte is a regular ASCII or a UTF8 starting byte. \return true if it is UTF8 starting byte.