GDExtensionInterfaceVariantCanConvertFunction typedef

GDExtensionInterfaceVariantCanConvertFunction = GDExtensionBool Function(UnsignedInt p_from, UnsignedInt p_to)

Implementation

typedef GDExtensionInterfaceVariantCanConvertFunction =
    GDExtensionBool Function(ffi.UnsignedInt p_from, ffi.UnsignedInt p_to);