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