1(function_definition
2  type: (_) @ftype
3  declarator: (function_declarator
4    declarator: (identifier) @fname
5    parameters: (parameter_list) @fparams))
6
7(struct_specifier
8  "struct" @ftype
9  name: (type_identifier) @fname)