GDExtensionCallableCustomLessThan typedef
GDExtensionCallableCustomLessThan = Pointer<NativeFunction<GDExtensionCallableCustomLessThanFunction> >
Implementation
typedef GDExtensionCallableCustomLessThan =
ffi.Pointer<ffi.NativeFunction<GDExtensionCallableCustomLessThanFunction>>;