GDExtensionInterfaceVariantGetPtrConstructorFunction typedef

GDExtensionInterfaceVariantGetPtrConstructorFunction = GDExtensionPtrConstructor Function(UnsignedInt p_type, Int32 p_constructor)

Implementation

typedef GDExtensionInterfaceVariantGetPtrConstructorFunction =
    GDExtensionPtrConstructor Function(
      ffi.UnsignedInt p_type,
      ffi.Int32 p_constructor,
    );