GDExtensionInterfaceVariantGetPtrDestructor typedef

GDExtensionInterfaceVariantGetPtrDestructor = Pointer<NativeFunction<GDExtensionInterfaceVariantGetPtrDestructorFunction>>

@name variant_get_ptr_destructor @since 4.1

Gets a pointer to a function than can call the destructor for a type of Variant.

@param p_type The Variant type.

@return A pointer to a function than can call the destructor for a type of Variant.

Implementation

typedef GDExtensionInterfaceVariantGetPtrDestructor =
    ffi.Pointer<
      ffi.NativeFunction<GDExtensionInterfaceVariantGetPtrDestructorFunction>
    >;