GDExtensionCallableCustomIsValidFunction typedef
GDExtensionCallableCustomIsValidFunction =
GDExtensionBool Function(Pointer<Void> callable_userdata)
Implementation
typedef GDExtensionCallableCustomIsValidFunction =
GDExtensionBool Function(ffi.Pointer<ffi.Void> callable_userdata);