pub fn syntax_kind_from_raw(raw: SyntaxKind) -> SyntaxKind
Convert a raw rowan SyntaxKind to our SyntaxKind.
Panics if the raw value is out of range.