pub const fn is_ascii_python_identifier_start(character: char) -> bool
Returns whether character is accepted as an ASCII Python identifier start.
character