TreeSitterCallocFunction typedef

TreeSitterCallocFunction = Object? Function(int count, int size)

Dart counterpart of Tree-sitter's TSCalloc callback.

Implementation

typedef TreeSitterCallocFunction = Object? Function(int count, int size);