pub fn is_valid_ascii_go_identifier(value: &str) -> bool
Returns whether value is an ASCII-safe Go identifier.
value