GDExtensionInterfaceVariantSet typedef
@name variant_set @since 4.1
Sets a key on a Variant to a value.
@param p_self A pointer to the Variant. @param p_key A pointer to a Variant representing the key. @param p_value A pointer to a Variant representing the value. @param r_valid A pointer to a boolean which will be set to false if the operation is invalid.
@see Variant::set()
Implementation
typedef GDExtensionInterfaceVariantSet =
ffi.Pointer<ffi.NativeFunction<GDExtensionInterfaceVariantSetFunction>>;