DartGDExtensionCallableCustomHashFunction typedef

DartGDExtensionCallableCustomHashFunction = int Function(Pointer<Void> callable_userdata)

Implementation

typedef DartGDExtensionCallableCustomHashFunction =
    int Function(ffi.Pointer<ffi.Void> callable_userdata);