GDExtensionCallableCustomLessThanFunction typedef
GDExtensionCallableCustomLessThanFunction =
GDExtensionBool Function(Pointer<Void> callable_userdata_a, Pointer<Void> callable_userdata_b)
Implementation
typedef GDExtensionCallableCustomLessThanFunction =
GDExtensionBool Function(
ffi.Pointer<ffi.Void> callable_userdata_a,
ffi.Pointer<ffi.Void> callable_userdata_b,
);