GDExtensionCallableCustomFreeFunction typedef

GDExtensionCallableCustomFreeFunction = Void Function(Pointer<Void> callable_userdata)

Implementation

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