ptrToDFunc property
Converts a Pointer<T> to its Dart-side X wrapper, referencing the
memory at that pointer.
Implementation
X Function(Pointer<T> ptr) ptrToDFunc;
Converts a Pointer<T> to its Dart-side X wrapper, referencing the
memory at that pointer.
X Function(Pointer<T> ptr) ptrToDFunc;