GDExtensionInterfaceVariantGetPtrIndexedGetter typedef
GDExtensionInterfaceVariantGetPtrIndexedGetter = Pointer<NativeFunction<GDExtensionInterfaceVariantGetPtrIndexedGetterFunction> >
@name variant_get_ptr_indexed_getter @since 4.1
Gets a pointer to a function that can get an index on the given Variant type.
@param p_type The Variant type.
@return A pointer to a function that can get an index on the given Variant type.
Implementation
typedef GDExtensionInterfaceVariantGetPtrIndexedGetter =
ffi.Pointer<
ffi.NativeFunction<GDExtensionInterfaceVariantGetPtrIndexedGetterFunction>
>;