GDExtensionInterfaceVariantGetPtrKeyedGetter typedef
GDExtensionInterfaceVariantGetPtrKeyedGetter = Pointer<NativeFunction<GDExtensionInterfaceVariantGetPtrKeyedGetterFunction> >
@name variant_get_ptr_keyed_getter @since 4.1
Gets a pointer to a function that can get a key on the given Variant type.
@param p_type The Variant type.
@return A pointer to a function that can get a key on the given Variant type.
Implementation
typedef GDExtensionInterfaceVariantGetPtrKeyedGetter =
ffi.Pointer<
ffi.NativeFunction<GDExtensionInterfaceVariantGetPtrKeyedGetterFunction>
>;